change app.config in manage.py
This commit is contained in:
parent
015c2a9776
commit
28c55cdb33
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ from models.Move import Move
|
|||
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
|
||||
def test():
|
||||
"""Runs the unit tests without test coverage."""
|
||||
|
|
Loading…
Reference in a new issue