40024-vm/db/database.php
Flatlogic Bot 88752efa83 Hhh
2026-05-17 16:07:02 +00:00

17 lines
333 B
PHP

<?php
declare(strict_types=1);
/**
* Konfigurasi database manual.
* Isi file ini langsung saat upload ke cPanel/shared hosting.
* Untuk cPanel, DB_NAME dan DB_USER biasanya memakai prefix akun.
*/
return [
'DB_HOST' => 'localhost',
'DB_PORT' => '3306',
'DB_NAME' => '',
'DB_USER' => '',
'DB_PASS' => '',
];