fix(cof_settings): Set ASGI_APPLICATION

This commit is contained in:
Tom Hubrecht 2025-01-16 17:21:16 +01:00
parent 982c82ba31
commit 0dc622687b
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -201,6 +201,8 @@ CHANNEL_LAYERS = credentials.get_json(
},
)
ASGI_APPLICATION = "gestioasso.routing.application"
CORS_ORIGIN_WHITELIST = credentials.get("CORS_ORIGIN_WHITELIST", [])