Update allowed hosts default setting
This commit is contained in:
parent
f878717c1d
commit
b806160e9d
@ -40,7 +40,7 @@ SECRET_KEY = env(
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = env.bool('DEBUG', True)
|
||||
|
||||
ALLOWED_HOSTS = env.list('ALLOWED_HOSTS', ['localhost'])
|
||||
ALLOWED_HOSTS = env.list('ALLOWED_HOSTS', ['*'])
|
||||
|
||||
INTERNAL_IPS = ['127.0.0.1', '10.0.2.2' '172.27.0.4']
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user