Use a more description environment for our infra
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
38a3f7740c
commit
0e7b89952c
@ -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"]
|
||||
|
Reference in New Issue
Block a user