diff --git a/gestioasso/settings_cof.py b/gestioasso/settings_cof.py index 4d24caf2..95f4136b 100644 --- a/gestioasso/settings_cof.py +++ b/gestioasso/settings_cof.py @@ -201,6 +201,8 @@ CHANNEL_LAYERS = credentials.get_json( }, ) +ASGI_APPLICATION = "gestioasso.routing.application" + CORS_ORIGIN_WHITELIST = credentials.get("CORS_ORIGIN_WHITELIST", [])