noteshare.space/server/.env.test
Maxime Cannoodt 35bcc5c5b9 update tests
2022-08-30 13:24:39 +02:00

12 lines
276 B
Plaintext

DATABASE_URL="file:./test.sqlite"
FRONTEND_URL=https://example.com
POST_LIMIT=50
POST_LIMIT_WINDOW_SECONDS=0.25
GET_LIMIT=20
GET_LIMIT_WINDOW_SECONDS=0.1
LOG_LEVEL=warn
# Make cleanup interval very long to avoid automatic cleanup during tests
CLEANUP_INTERVAL_SECONDS=99999