Edit config/settings.py via Editor

This commit is contained in:
Flatlogic Bot 2026-02-28 14:14:54 +00:00
parent 4bc0a21151
commit 3162f69fc5

View File

@ -23,7 +23,7 @@ DEBUG = os.getenv("DJANGO_DEBUG", "true").lower() == "true"
ALLOWED_HOSTS = [
"127.0.0.1",
"localhost",
os.getenv("HOST_FQDN", ""),
os.getenv("HOST_FQDN", "https://gatsby-platform-4b87.dev.appwizzy.dev"),
]
CSRF_TRUSTED_ORIGINS = [