🔧(backend) add FRONTEND_CSS_URL env var

We added the `FRONTEND_CSS_URL` environment
variable. It will give the possibility to add a
css layer at runtime.
This commit is contained in:
Anthony LC
2025-03-26 16:15:44 +01:00
committed by Anthony LC
parent 3881930e82
commit 725cae5470
4 changed files with 8 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ pytestmark = pytest.mark.django_db
COLLABORATION_WS_URL="http://testcollab/",
CRISP_WEBSITE_ID="123",
FRONTEND_THEME="test-theme",
FRONTEND_CSS_URL="http://testcss/",
MEDIA_BASE_URL="http://testserver/",
POSTHOG_KEY={"id": "132456", "host": "https://eu.i.posthog-test.com"},
SENTRY_DSN="https://sentry.test/123",
@@ -39,6 +40,7 @@ def test_api_config(is_authenticated):
"CRISP_WEBSITE_ID": "123",
"ENVIRONMENT": "test",
"FRONTEND_THEME": "test-theme",
"FRONTEND_CSS_URL": "http://testcss/",
"LANGUAGES": [
["en-us", "English"],
["fr-fr", "Français"],