feat: domain-based theme-detection

This commit is contained in:
Björn Fromme
2026-01-27 11:18:37 +01:00
parent 2355442ac0
commit d5944bf717
9 changed files with 189 additions and 38 deletions
+3
View File
@@ -85,3 +85,6 @@ OAUTH_ENCRYPTION_KEY=580084fd179e67399467f59ee96658ac
# postgresql+advisory://db_user:db_password@localhost/db_name
LOCK_DSN=flock
###< symfony/lock ###
# Domain-to-theme mapping (JSON format)
DOMAIN_THEME_MAP='{"ski-boarderweek.de":"sbw","semesterende-skireisen.de":"ser","snowzone.net":"snz"}'