Add ALLOWED_ENVIRONMENTS
continuous-integration/drone/push Build is passing Details

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

View File

@ -64,3 +64,5 @@ EMAIL_VERIFICATION = False
# SMTP_PORT = 'TODO'
# SMTP_STARTTLS = 'TODO'
# SMTP_USERNAME = 'TODO'
ALLOWED_ENVIRONMENTS = ["Production"]