Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Acrylami authored Oct 7, 2020
1 parent a8113c3 commit ed1c980
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cyber/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
app.config.from_object('config')
app.config.from_pyfile('config.py')

#app.config['SECRET_KEY'] = '6c56ad55dbd1c8779d65f05b9335ec9d'
#app.config['SQLALCHEMY_DATABASE_URI'] = 'mysql+pymysql://c1803625:^Q@S(3zhPyq:@csmysql.cs.cf.ac.uk:3306/c1803625'
#SPECIFY YOUR MYSQL CREDIENTIALS:
#app.config['SQLALCHEMY_DATABASE_URI'] = 'mysql+pymysql://USERNAME:[email protected]:3306/USERNAME'
#Secret key and database login stored in instance

db = SQLAlchemy(app)
login_manager = LoginManager()
Expand Down

0 comments on commit ed1c980

Please sign in to comment.