This commit is contained in:
2026-03-06 00:34:34 +01:00
parent 98b961d940
commit 98888d6900

View File

@@ -3,7 +3,7 @@
define('APP_DOMAIN_PRIMARY', APP_DOMAIN_NAME);
define('APP_URL_PRIMARY', 'https://' . APP_DOMAIN_PRIMARY);
define('APP_API_BASE', 'https://api.' . APP_DOMAIN_PRIMARY);
define('APP_DB_ENABLED', true); // legacy default DB disabled (modules handle their own DB)
define('APP_DB_ENABLED', false); // legacy default DB disabled (modules handle their own DB)
define('APP_DB_DEBUG', true);
define('APP_DB_AUTO_INIT', true);
define('APP_KEA_DB_VERSION', '2.6.3');