1

add an overlay for e11sync

This commit is contained in:
2024-01-20 12:04:23 +02:00
parent ab678b3f6f
commit 9bc1db9fe0
3 changed files with 22 additions and 16 deletions

View File

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