Let AUTHFILE be absolute path

This commit is contained in:
2022-03-14 15:20:49 +01:00
parent 27bc683f8f
commit feb8c93737
2 changed files with 4 additions and 5 deletions

View File

@ -8,7 +8,7 @@ def app():
app.config.update({
"TESTING": True,
"SECRET_KEY": 'Testing',
"AUTHFILE": 'tests/users-test.txt'
"AUTHFILE": '../tests/users-test.txt'
})
# other setup can go here