debug und so

This commit is contained in:
2025-12-27 02:21:11 +01:00
parent 55bf6d7298
commit 330751d83c
6 changed files with 99 additions and 4 deletions

View File

@@ -5,6 +5,9 @@
define('APP_URL_PRIMARY', 'https://' . APP_DOMAIN_PRIMARY);
define('APP_API_BASE', 'https://api.' . APP_DOMAIN_PRIMARY);
define('APP_DB_ENABLED', true); // set true to enable DB connection
if (!defined('APP_DEBUG')) {
define('APP_DEBUG', false); // Debug in Prod aus
}
// Crypto-Key für verschlüsselte Felder (Telefon, Kinder etc.)
// Bitte in Staging per Hosting-ENV setzen; dieses putenv dient nur als Fallback/Beispiel.