Skip to content

Commit

Permalink
Update Konfigurasi Database
Browse files Browse the repository at this point in the history
  • Loading branch information
noplanalderson committed Dec 2, 2020
1 parent 02fecf2 commit fe01161
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
$db['default'] = array(
'dsn' => '',
'hostname' => "localhost",
'username' => "root",
'password' => "Load1n9321!@#",
'database' => "db_app_sasuke",
'username' => "",
'password' => "",
'database' => "",
'dbdriver' => 'mysqli',
'dbprefix' => '',
'pconnect' => FALSE,
Expand Down

0 comments on commit fe01161

Please sign in to comment.