This commit is contained in:
2025-12-27 02:43:52 +01:00
parent 29b31fec0c
commit 03bb9de416
4 changed files with 50 additions and 1 deletions

View File

@@ -15,3 +15,7 @@
// Beispiel-Key (unbedingt in Staging durch sicheren Wert ersetzen, 32 Byte, base64)
putenv('DATA_KEY=base64:TSLBgK39KnwqMGT+ytJ+O8FwpVm+99VYZwi97TeloBw=');
}
// Matomo Einstellungen
define('MATOMO_URL', 'https://matomo.my-statistics.info/');
define('MATOMO_ENABLED', false);
define('MATOMO_SITE_ID', 2);