11 lines
275 B
Plaintext
Raw Normal View History

2022-07-09 13:02:35 +02:00
DATABASE_URL="file:./test.sqlite"
FRONTEND_URL=https://example.com
2022-07-09 13:02:35 +02:00
2022-07-09 13:17:45 +02:00
POST_LIMIT=50
POST_LIMIT_WINDOW_SECONDS=0.25
GET_LIMIT=20
GET_LIMIT_WINDOW_SECONDS=0.1
2022-07-10 23:39:58 +02:00
LOG_LEVEL=warn
# Make cleanup interval very long to avoid automatic cleanup during tests
CLEANUP_INTERVAL_SECONDS=99999