APP_ENV=dev HTTP_ADDR=:8080 PUBLIC_BASE_URL=http://localhost:8080 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 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 ANSIBLE_SERVICE_BASE_URL=http://ansible-runner:8084 ANSIBLE_INTERNAL_TOKEN=change-this-ansible-internal-token DEPLOYMENT_CALLBACK_BASE_URL=http://authserver-backend:8080 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 SAML_LOGOUT_URL=http://sso-internal.dev.qiniu.io/signout SAML_SP_CERT_FILE=certs/sp.crt SAML_SP_KEY_FILE=certs/sp.key