Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yashvardhannanavati authored Mar 14, 2017
1 parent 5d99cc0 commit 83fd8f8
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
@@ -1,6 +1,6 @@
######################################
# author ben lawson <[email protected]>
# Edited by: Craig Einstein <einstein@bu.edu>
# basic framework author ben lawson <[email protected]>
# Edited by: Yash Nanavati <yashn@bu.edu>
######################################
# Some code adapted from
# CodeHandBook at http://codehandbook.org/python-web-application-development-using-flask-and-mysql/
Expand All @@ -27,7 +27,7 @@

#These will need to be changed according to your creditionals
app.config['MYSQL_DATABASE_USER'] = 'root'
app.config['MYSQL_DATABASE_PASSWORD'] = 'bostonYN@2701'
app.config['MYSQL_DATABASE_PASSWORD'] = 'enter your owm password'
app.config['MYSQL_DATABASE_DB'] = 'scape'
app.config['MYSQL_DATABASE_HOST'] = 'localhost'
mysql.init_app(app)
Expand Down

0 comments on commit 83fd8f8

Please sign in to comment.