real-prod #855

Merged
lbailly merged 17 commits from real-prod into cof-prod 2025-02-26 08:51:23 +01:00
Showing only changes of commit 29b1581ab7 - Show all commits

View file

@ -203,7 +203,8 @@ CHANNEL_LAYERS = credentials.get_json(
ASGI_APPLICATION = "gestioasso.routing.application"
CORS_ORIGIN_WHITELIST = credentials.get("CORS_ORIGIN_WHITELIST", [])
CORS_ALLOWED_ORIGINS = credentials.get("CORS_ALLOWED_ORIGINS", [])
CSRF_TRUSTED_ORIGINS = ALLOWED_HOSTS
SITE_ID = 1