mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
13 lines
432 B
Text
13 lines
432 B
Text
# Test DB URI. You can use your actual MONGO_URI if you don't mind it potentially including test data.
|
|
MONGO_URI=mongodb://127.0.0.1:27017/chatgpt-jest
|
|
|
|
# Credential encryption/decryption for testing
|
|
CREDS_KEY=c3301ad2f69681295e022fb135e92787afb6ecfeaa012a10f8bb4ddf6b669e6d
|
|
CREDS_IV=cd02538f4be2fa37aba9420b5924389f
|
|
|
|
# For testing the ChatAgent
|
|
OPENAI_API_KEY=your-api-key
|
|
|
|
BAN_VIOLATIONS=true
|
|
BAN_DURATION=7200000
|
|
BAN_INTERVAL=20
|