ALLOWED_HOSTS += "11sync.net"
This commit is contained in:
parent
bf0d2452ce
commit
3ab155677e
|
@ -38,7 +38,7 @@ SECRET_KEY = _SECRET_KEY
|
|||
|
||||
DEBUG = _DEBUG
|
||||
|
||||
ALLOWED_HOSTS = ["127.0.0.1", "localhost"]
|
||||
ALLOWED_HOSTS = ["127.0.0.1", "localhost", "11sync.net"]
|
||||
|
||||
INTERNAL_IPS = ["127.0.0.1"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue