mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
fix(ci): initialize ban env vars in jestSetup (#937)
This commit is contained in:
parent
9f5296c1a4
commit
d003d7b16e
1 changed files with 4 additions and 0 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue