fix(settings_cof): Update variables

This commit is contained in:
Tom Hubrecht 2025-01-16 18:16:42 +01:00 committed by catvayor
parent 74cda538ff
commit bed4313df3

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