Skip to content

Commit db6ef2c

Browse files
edit rds config
1 parent 3b6aae3 commit db6ef2c

File tree

3 files changed

+165
-173
lines changed

3 files changed

+165
-173
lines changed

server/config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"rds_host": "cis5500-project.chj10nucq9su.us-east-1.rds.amazonaws.com",
2+
"rds_host": "imdb-project.cmpbao0g9fpj.us-east-1.rds.amazonaws.com",
33
"rds_port": "3306",
4-
"rds_user": "Wen",
5-
"rds_password": "JiangWen352761",
6-
"rds_db": "cis5500_project_db",
4+
"rds_user": "admin",
5+
"rds_password": "SecurePassword123",
6+
"rds_db": "imdb-project",
77
"server_host": "localhost",
88
"server_port": "8080"
99
}

0 commit comments

Comments
 (0)