Edit config/settings.py via Editor
This commit is contained in:
parent
4bc0a21151
commit
3162f69fc5
@ -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 = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user