Initial commit

This commit is contained in:
Abimanyu Ridho
2026-06-06 00:22:16 +07:00
commit 35e1a93aeb
20 changed files with 3571 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
return [
'host' => 'localhost',
'user' => 'root',
'pass' => 'password',
'name' => 'webgis_poverty',
'charset' => 'utf8mb4',
];