noteshare.space/server/.env.test

12 lines
276 B
Plaintext
Raw Normal View History

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