Turn debug off
This commit is contained in:
parent
76ef47caaf
commit
12e6edc3dc
6 changed files with 66 additions and 7 deletions
|
|
@ -9,10 +9,8 @@ SECRET_KEY = os.environ.get('SECRET_KEY')
|
|||
DEBUG = False
|
||||
|
||||
ALLOWED_HOSTS = [
|
||||
'45.79.52.230',
|
||||
'housewars.c4thebomb101.com',
|
||||
'csmb-housewars.herokuapp.com',
|
||||
'*'
|
||||
]
|
||||
|
||||
CSRF_TRUSTED_ORIGINS = [
|
||||
|
|
|
|||
Reference in a new issue