Files
Authenticator/app/etc/authenticator.yaml
cialloo e09fac365e
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 50s
feat: Add JWT and Redis configuration to deployment and environment setup
2025-10-25 09:10:19 +08:00

18 lines
317 B
YAML

Name: Authenticator
Host: 0.0.0.0
Port: 8888
Steam:
CallbackURL: "${STEAM_CALLBACK_URL}"
FrontendCallbackURL: "${STEAM_FRONTEND_CALLBACK_URL}"
JWT:
Secret: "${JWT_SECRET}"
Issuer: "${JWT_ISSUER}"
ExpiresIn: ${JWT_EXPIRES_IN}
Redis:
Host: "${REDIS_HOST}"
Type: "${REDIS_TYPE}"
Pass: "${REDIS_PASS}"