Skip to content

Commit

Permalink
turn off debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpitts committed Aug 25, 2022
1 parent 384004a commit 0c2f696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions membot/config/base/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
DEFAULT_SECRET_KEY = 'mj4%3@87asupersecretdefaultkey90sd_$f8907a)*'
SECRET_KEY = os.environ.get('SECRET_KEY', DEFAULT_SECRET_KEY)

DEBUG = True
TEMPLATE_DEBUG = True
DEBUG = False
TEMPLATE_DEBUG = False
ALLOWED_HOSTS = ['*'] #TODO: change this once we have a domain
ROOT_URLCONF = 'membot.config.base.urls'
WSGI_APPLICATION = 'membot.config.base.wsgi.application'
Expand Down

0 comments on commit 0c2f696

Please sign in to comment.