mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
3 lines
121 B
JavaScript
3 lines
121 B
JavaScript
// See .env.test.example for an example of the '.env.test' file.
|
|||
require('dotenv').config({ path: './test/.env.test' });
|