rebuild to module

This commit is contained in:
2026-03-03 02:13:17 +01:00
parent ffb52c6789
commit e61f9fb889
23 changed files with 7618 additions and 73 deletions

View File

@@ -30,7 +30,7 @@ $pgsql = [
// optional: schema/search_path (commonly "public")
'schema' => 'public',
'user' => 'admin',
'user' => 'nexusBasisStg',
'password' => '8HHtFt9ON6RkmwIS0c7U',
'options' => [

View File

@@ -4,5 +4,8 @@
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); // set true to enable DB connection
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');
define('APP_BASE_DB_ENABLED', true);