Files
Webgis-Poverty/api/config/database.local.php.example
T
Abimanyu Ridho 35e1a93aeb Initial commit
2026-06-06 00:22:16 +07:00

9 lines
153 B
Plaintext

<?php
return [
'host' => 'localhost',
'user' => 'root',
'pass' => 'password',
'name' => 'webgis_poverty',
'charset' => 'utf8mb4',
];