refactoring with app_factory

This commit is contained in:
msramalho
2024-10-18 16:35:12 +01:00
parent ca7e862855
commit ea8e06dfee
15 changed files with 265 additions and 256 deletions

View File

@@ -3,5 +3,5 @@ ALLOWED_ORIGINS='["chrome-extension://example1","chrome-extension://example2","h
BLOCKED_EMAILS='["blocked@example.com"]'
DATABASE_PATH="sqlite:////app/auto-archiver.test.db"
DATABASE_PATH="sqlite:///auto-archiver.test.db"
API_BEARER_TOKEN=this_is_the_test_api_token