Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pmahajan1121 authored Jan 3, 2024
1 parent b363281 commit 2e476c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

mydb = mysql.connector.connect(
host="translateexpsvr.mysql.database.azure.com",
user="mysqladmin@translateexpsvr",
password="Server@1",
user="redblack",
password="Password@123",
database="ai"
)

Expand Down

0 comments on commit 2e476c7

Please sign in to comment.