🔧(backend) add posthog configuration

We add the posthog configuration to the project.
We will expose the posthog configuration to the
frontend.
This commit is contained in:
Anthony LC
2025-01-21 14:16:00 +01:00
committed by Anthony LC
parent 70048328d1
commit c018c6fcf5
3 changed files with 8 additions and 0 deletions

View File

@@ -390,6 +390,11 @@ class Base(Configuration):
None, environ_name="FRONTEND_THEME", environ_prefix=None
)
# Posthog
POSTHOG_KEY = values.DictValue(
None, environ_name="POSTHOG_KEY", environ_prefix=None
)
# Crisp
CRISP_WEBSITE_ID = values.Value(
None, environ_name="CRISP_WEBSITE_ID", environ_prefix=None