Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
// config/database.php
|
||||
|
||||
define('DB_HOST', 'localhost');
|
||||
define('DB_NAME', 'sinergi_db');
|
||||
define('DB_USER', 'root');
|
||||
define('DB_PASS', '');
|
||||
define('DB_CHARSET', 'utf8mb4');
|
||||
Reference in New Issue
Block a user