OpenDify/.env.example

13 lines
353 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Dify API Keys Configuration
# Format: Comma-separated list of API keys
DIFY_API_KEYS=app-xxxxxxxxxxxxxxxx,app-yyyyyyyyyyyyyyyy,app-zzzzzzzzzzzzzzzz
# Dify API Base URL
DIFY_API_BASE="https://api.dify.example.com/v1"
# Keep Conversationtrue/false
ENABLE_CONVERSATION_MEMORY=true
# Server Configuration
SERVER_HOST="127.0.0.1"
SERVER_PORT=5000