mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-06-15 23:43:06 +03:00
fix(ci): initialize ban env vars in jestSetup (#937)
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
// See .env.test.example for an example of the '.env.test' file.
|
||||
require('dotenv').config({ path: './test/.env.test' });
|
||||
|
||||
process.env.BAN_VIOLATIONS = 'true';
|
||||
process.env.BAN_DURATION = '7200000';
|
||||
process.env.BAN_INTERVAL = '20';
|
||||
|
||||
Reference in New Issue
Block a user