diff --git a/config.php b/config.php index d729189..1002c88 100755 --- a/config.php +++ b/config.php @@ -2,8 +2,8 @@ session_start(); -$host = "mysqldb2022.c4a31adjeatg.us-west-2.rds.amazonaws.com"; /* Host name */ -$user = "admin"; /* User */ +$host = "devopsdb"; /* Host name */ +$user = "root"; /* User */ $password = "admin123"; /* Password */ $dbname = "customers"; /* Database name */