Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anik3t authored May 1, 2020
1 parent c9767a2 commit 4b79e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
mysql = MySQL()
app.config['MYSQL_DATABASE_USER'] = 'aniket'
app.config['MYSQL_DATABASE_PASSWORD'] = 'a'
app.config['MYSQL_DATABASE_DB'] = 'myUsers'
app.config['MYSQL_DATABASE_DB'] = 'users'
app.config['MYSQL_DATABASE_HOST'] = 'localhost'
mysql.init_app(app)

0 comments on commit 4b79e35

Please sign in to comment.