🔧(backend) add CRISP_WEBSITE_ID setting

Add setting CRISP_WEBSITE_ID. This setting is
used to configure the Crisp chat widget.
It will be available to the conf endpoint, to
be used by the frontend.
This commit is contained in:
Anthony LC
2024-11-25 14:35:02 +01:00
committed by Anthony LC
parent 4c9caf09ba
commit af039d045d
3 changed files with 15 additions and 27 deletions

View File

@@ -902,6 +902,7 @@ class ConfigView(views.APIView):
"""
array_settings = [
"COLLABORATION_SERVER_URL",
"CRISP_WEBSITE_ID",
"ENVIRONMENT",
"FRONTEND_THEME",
"MEDIA_BASE_URL",