Auto commit: 2026-03-13T16:35:19.045Z
This commit is contained in:
parent
bc8c102df7
commit
7b2fc4e3b2
BIN
assets/pasted-20260313-162219-f7b3ba68.png
Normal file
BIN
assets/pasted-20260313-162219-f7b3ba68.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 936 KiB |
Binary file not shown.
@ -23,12 +23,12 @@ DEBUG = os.getenv("DJANGO_DEBUG", "true").lower() == "true"
|
||||
ALLOWED_HOSTS = [
|
||||
"127.0.0.1",
|
||||
"localhost",
|
||||
os.getenv("HOST_FQDN", ""),
|
||||
os.getenv("HOST_FQDN", ""), "aibmm.flatlogic.app",
|
||||
]
|
||||
|
||||
CSRF_TRUSTED_ORIGINS = [
|
||||
origin for origin in [
|
||||
os.getenv("HOST_FQDN", ""),
|
||||
os.getenv("HOST_FQDN", ""), "aibmm.flatlogic.app",
|
||||
os.getenv("CSRF_TRUSTED_ORIGIN", "")
|
||||
] if origin
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user