Abstract debug to an env var
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2021-01-08 13:46:27 +01:00
parent 69be2deed7
commit 329fcd4810
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ STACK_NAME=alerta
DOMAIN=alerta.autonomic.zone
LETS_ENCRYPT_ENV=production
DEBUG=True
ADMIN_USERS="decentral1se"
OAUTH2_CLIENT_ID=alerta-internal

View File

@ -25,7 +25,7 @@ x-secrets:
x-environment:
&default-env
- ADMIN_USERS=${ADMIN_USERS}
- DEBUG=True
- DEBUG=${DEBUG}
- DOMAIN=${DOMAIN}
- KEYCLOAK_REALM=${KEYCLOAK_REALM}
- KEYCLOAK_ROLE=${KEYCLOAK_ROLE}