update env vars for testing

This commit is contained in:
Jason Koh 2025-05-27 16:25:57 -07:00
parent 50e36e67f0
commit d7f4f8ef4a
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
require('dotenv').config({ path: './test/.env.test' });
process.env.MONGO_URI = 'mongodb://127.0.0.1:27017/dummy-uri';
process.env.MONGO_DB_NAME = 'librechat-test'
process.env.BAN_VIOLATIONS = 'true';
process.env.BAN_DURATION = '7200000';
process.env.BAN_INTERVAL = '20';