Skip to content

Commit

Permalink
fix ci file 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshith Umesh authored and Harshith Umesh committed Feb 15, 2024
1 parent 6633fcf commit e45f4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app2.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
auth = HTTPBasicAuth()

# database configurations
app.config['SQLALCHEMY_DATABASE_URI'] = 'mysql+pymysql://root:mysql123@localhost/Users'
app.config['SQLALCHEMY_DATABASE_URI'] = 'mysql+pymysql://root:root@localhost/Users'
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False

db = SQLAlchemy(app)
Expand Down

0 comments on commit e45f4bd

Please sign in to comment.