Use a more description environment for our infra
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-09 10:47:04 +02:00
parent 38a3f7740c
commit 0e7b89952c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,10 @@ DEBUG = False
SECRET = "{{ alerta_secret_key }}"
ALLOWED_ENVIRONMENTS = [
"autonomic-internal"
]
BASE_URL = "/api"
USE_PROXYFIX = True
@ -64,5 +68,3 @@ EMAIL_VERIFICATION = False
# SMTP_PORT = 'TODO'
# SMTP_STARTTLS = 'TODO'
# SMTP_USERNAME = 'TODO'
ALLOWED_ENVIRONMENTS = ["Production"]