From 96baec1f10928a413a082c04163182c2662b95f6 Mon Sep 17 00:00:00 2001 From: udhaya246 <161029868+udhaya246@users.noreply.github.com> Date: Fri, 29 Nov 2024 16:18:57 +0530 Subject: [PATCH] Update config.py --- config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.py b/config.py index b33bc11..27ce732 100755 --- a/config.py +++ b/config.py @@ -1,6 +1,6 @@ -customhost = "employee.coghw13fheqo.us-east-2.rds.amazonaws.com" -customuser = "intellipaat" -custompass = "intellipaat123" +customhost = "newemployee.chm22smkaknh.us-east-2.rds.amazonaws.com" +customuser = "dbcreator" +custompass = "intellipath" customdb = "employee" -custombucket = "addemployee" +custombucket = "addemployee2" customregion = "us-east-2"