All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 50s
18 lines
317 B
YAML
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}"
|