1
Fork 0

ALLOWED_HOSTS += "11sync.net"

This commit is contained in:
Motiejus Jakštys 2024-01-17 15:51:11 +02:00
parent bf0d2452ce
commit 3ab155677e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ SECRET_KEY = _SECRET_KEY
DEBUG = _DEBUG DEBUG = _DEBUG
ALLOWED_HOSTS = ["127.0.0.1", "localhost"] ALLOWED_HOSTS = ["127.0.0.1", "localhost", "11sync.net"]
INTERNAL_IPS = ["127.0.0.1"] INTERNAL_IPS = ["127.0.0.1"]