diff --git a/manage.py b/manage.py index 9d4590a..2949a46 100644 --- a/manage.py +++ b/manage.py @@ -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."""