update docs

This commit is contained in:
Abimanyu Ridho
2026-06-11 11:16:02 +07:00
parent 5ab7251f4f
commit 4fc7f8dd4e
5 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ if (!function_exists('loadDatabaseConfig')) {
'host' => getenv('DB_HOST') ?: 'localhost',
'user' => getenv('DB_USER') ?: 'root',
'pass' => getenv('DB_PASS') ?: '',
'name' => getenv('DB_NAME') ?: 'webgis_poverty',
'name' => getenv('DB_NAME') ?: 'webgis',
'charset' => getenv('DB_CHARSET') ?: 'utf8mb4',
];