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 e3bfea1 commit f6cee8b
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="translateexpsvr.mysql.database.azure.com",
user="redblack@translateexpsvr",
password="Password@123",
host="aayudb.mysql.database.azure.com",
user="aayushi",
password="dhanu@123",
database="ai"
)

Expand Down

0 comments on commit f6cee8b

Please sign in to comment.