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 2, 2024
1 parent 923f624 commit 008b5d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
app = Flask(__name__)

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

Expand Down

0 comments on commit 008b5d2

Please sign in to comment.