🔧(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

@@ -1124,6 +1124,7 @@ class ConfigView(drf.views.APIView):
"ENVIRONMENT",
"FRONTEND_THEME",
"MEDIA_BASE_URL",
"POSTHOG_KEY",
"LANGUAGES",
"LANGUAGE_CODE",
"SENTRY_DSN",