mirror of
https://github.com/status-im/cabot.git
synced 2025-02-24 10:28:06 +00:00
Make ALLOWED_HOSTS more permissive
This commit is contained in:
parent
9282ffeb8e
commit
41e9e0e110
@ -19,7 +19,7 @@ if not DEBUG:
|
||||
|
||||
USE_TZ = True
|
||||
|
||||
ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', 'localhost:8000').split(',')
|
||||
ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', '*').split(',')
|
||||
|
||||
# Local time zone for this installation. Choices can be found here:
|
||||
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
|
||||
|
Loading…
x
Reference in New Issue
Block a user