Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
dickysudaryatmo committed Sep 9, 2022
1 parent a6c9ba4 commit 3717200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

$db['default'] = array(
'dsn' => '',
'hostname' => 'localhost',
'hostname' => $hostname,
'username' => $username,
'password' => $password,
'database' => $database,
Expand Down

0 comments on commit 3717200

Please sign in to comment.