Turn debug off

This commit is contained in:
Ceferino Patino 2023-02-05 16:51:50 -06:00
commit 12e6edc3dc
6 changed files with 66 additions and 7 deletions

View file

@ -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 = [