Skip to content

Commit

Permalink
refactor: credentials updated
Browse files Browse the repository at this point in the history
  • Loading branch information
We1337-alpha committed Mar 3, 2024
1 parent 36aa1e4 commit de86747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Modules/db_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

define("DB_HOST", "localhost");
define("DB_NAME", "bank");
define("DB_USER","We1337");
define("DB_PASSWORD","password");
define("DB_USER","root");
define("DB_PASSWORD","");
define("DB_CHARSET","utf8");

0 comments on commit de86747

Please sign in to comment.