Files
Webgis-Class/api/config/database.local.php.example
T
Abimanyu Ridho 5ab7251f4f initial commit
2026-06-11 11:09:32 +07:00

9 lines
153 B
Plaintext

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