2026-07-13 14:39:56 +08:00
|
|
|
APP_ENV=dev
|
|
|
|
|
HTTP_ADDR=:8080
|
|
|
|
|
PUBLIC_BASE_URL=http://localhost:8080
|
2026-07-14 17:37:08 +08:00
|
|
|
OIDC_ISSUER=http://localhost:8080/auth
|
|
|
|
|
OIDC_AUTHORIZATION_ENDPOINT=http://localhost:8080/auth/oauth/authorize
|
|
|
|
|
OIDC_TOKEN_ENDPOINT=http://localhost:8080/auth/oauth/token
|
|
|
|
|
OIDC_USERINFO_ENDPOINT=http://localhost:8080/auth/oauth/userinfo
|
|
|
|
|
OIDC_JWKS_URI=http://localhost:8080/auth/oauth/jwks
|
|
|
|
|
CLOUDDM_TARGET_URL=http://authserver-nginx/internal/clouddm
|
2026-07-21 17:05:48 +08:00
|
|
|
WAYNE_API_BASE_URL=http://wayne-backend:8080
|
|
|
|
|
WAYNE_ADMIN_USERNAME=admin
|
|
|
|
|
WAYNE_ADMIN_PASSWORD=change-this-wayne-admin-password
|
|
|
|
|
WAYNE_TOKEN_TTL_MINUTES=1440
|
2026-07-21 18:26:50 +08:00
|
|
|
ANSIBLE_SERVICE_BASE_URL=http://ansible-runner:8084
|
|
|
|
|
ANSIBLE_INTERNAL_TOKEN=change-this-ansible-internal-token
|
|
|
|
|
DEPLOYMENT_CALLBACK_BASE_URL=http://authserver-backend:8080
|
2026-07-13 14:39:56 +08:00
|
|
|
|
|
|
|
|
MYSQL_DSN=auth:auth@tcp(127.0.0.1:3000)/authserver?charset=utf8mb4&parseTime=True&loc=Local
|
|
|
|
|
AUTO_MIGRATE=true
|
|
|
|
|
|
|
|
|
|
JWT_SECRET=change-this-secret
|
|
|
|
|
JWT_ISSUER=authserver
|
|
|
|
|
JWT_TTL_MINUTES=120
|
|
|
|
|
|
|
|
|
|
SAML_ENTITY_ID=http://localhost:8080/api/v1/saml/metadata
|
|
|
|
|
SAML_ACS_URL=http://localhost:8080/api/v1/saml/acs
|
|
|
|
|
SAML_IDP_METADATA_URL=http://sso-internal.dev.qiniu.io/saml2/meta
|
2026-07-17 09:42:12 +08:00
|
|
|
SAML_LOGOUT_URL=http://sso-internal.dev.qiniu.io/signout
|
2026-07-13 14:39:56 +08:00
|
|
|
SAML_SP_CERT_FILE=certs/sp.crt
|
|
|
|
|
SAML_SP_KEY_FILE=certs/sp.key
|