Initial commit: digital reception monorepo (M1-M11 + demo extensions)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { config as dotenv } from 'dotenv';
|
||||
import { join } from 'node:path';
|
||||
|
||||
// Загружаем корневой .env для e2e-тестов.
|
||||
dotenv({ path: join(__dirname, '..', '..', '..', '.env') });
|
||||
|
||||
// В e2e ускоряем delay очереди до 300мс (иначе тест M6 не дождётся 24 ч).
|
||||
// override=true потому что .env может уже содержать прод-значение.
|
||||
process.env.CONSENT_REVOKE_DELAY_MS = '300';
|
||||
Reference in New Issue
Block a user