Skip to content

Commit

Permalink
Update database.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Jun 25, 2024
1 parent 7522302 commit 2583f37
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 @@ -86,7 +86,7 @@
'hostname' => $hostname,
'username' => $username,
'password' => $password,
'database' => $database,
'database' => 'db_itin-dev',
'dbdriver' => 'mysqli',
'dbprefix' => '',
'pconnect' => FALSE,
Expand Down

0 comments on commit 2583f37

Please sign in to comment.