Add Minio COntainer, Update mySQL container password & Update API DB Conn password
This commit is contained in:
parent
63b6f564a4
commit
1ab955cce7
212 changed files with 540 additions and 126 deletions
|
|
@ -9,7 +9,7 @@ def dbConnect():
|
|||
return mysql.connector.connect(
|
||||
host="mysqldb",
|
||||
user="root",
|
||||
passwd="root",
|
||||
passwd="C@rtoon1995",
|
||||
database="patient_manager"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue