We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2672e commit dc9bdd8Copy full SHA for dc9bdd8
backend/app/config.py
@@ -36,7 +36,7 @@ def __init__(self):
36
37
class TestConfig(Config):
38
TEST = True
39
- DATABASE_URL = "sqlite:///../db/test.db"
+ DATABASE_URL = "sqlite:///migrations/test.db"
40
REDIS_URL = os.environ.get('REDIS_URL') or 'redis://localhost:6379/1'
41
def __init__(self):
42
super().__init__()
0 commit comments