change app.config in manage.py
This commit is contained in:
parent
9f8d8004b8
commit
015c2a9776
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'] = 'postgresql://localhost/browser-go'
|
||||
app.config['SQLALCHEMY_DATABASE_URI'] = os.getenv('SQLALCHEMY_DATABASE_URI')
|
||||
@manager.command
|
||||
def test():
|
||||
"""Runs the unit tests without test coverage."""
|
||||
|
|
Loading…
Reference in a new issue