debug und so
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user