noteshare.space/server/.env.test
2022-08-04 10:35:48 +02:00

11 lines
274 B
Plaintext

DATABASE_URL="file:./test.sqlite"
FRONTEND_URL=https://example.com
POST_LIMIT=50
POST_LIMIT_WINDOW_SECONDS=0.1
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