fix(cof_settings): Set ASGI_APPLICATION
This commit is contained in:
parent
982c82ba31
commit
0dc622687b
1 changed files with 2 additions and 0 deletions
|
@ -201,6 +201,8 @@ CHANNEL_LAYERS = credentials.get_json(
|
|||
},
|
||||
)
|
||||
|
||||
ASGI_APPLICATION = "gestioasso.routing.application"
|
||||
|
||||
CORS_ORIGIN_WHITELIST = credentials.get("CORS_ORIGIN_WHITELIST", [])
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue