real-prod #855
1 changed files with 2 additions and 1 deletions
|
@ -203,7 +203,8 @@ CHANNEL_LAYERS = credentials.get_json(
|
||||||
|
|
||||||
ASGI_APPLICATION = "gestioasso.routing.application"
|
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
|
SITE_ID = 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue