change app.config in manage.py

This commit is contained in:
Sorrel Bri 2019-10-14 16:55:22 -07:00
parent 015c2a9776
commit 28c55cdb33

View file

@ -22,7 +22,7 @@ from models.Move import Move
from models.User import User from models.User import User
app.config['SQLALCHEMY_DATABASE_URI'] = os.getenv('SQLALCHEMY_DATABASE_URI') app.config['SQLALCHEMY_DATABASE_URI'] = os.getenv('DATABASE_URL')
@manager.command @manager.command
def test(): def test():
"""Runs the unit tests without test coverage.""" """Runs the unit tests without test coverage."""