mirror of
https://github.com/langgenius/dify.git
synced 2026-09-19 10:11:30 +08:00
chore: keep dify-agent env same with dify (#39918)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
# Redis
|
||||
# Redis connection URL for run records and per-run event streams.
|
||||
DIFY_AGENT_REDIS_URL=redis://localhost:6379/0
|
||||
DIFY_AGENT_REDIS_URL=redis://:difyai123456localhost:6379/0
|
||||
# Prefix for Redis run-record and event-stream keys.
|
||||
DIFY_AGENT_REDIS_PREFIX=dify-agent
|
||||
|
||||
@@ -18,7 +18,7 @@ DIFY_AGENT_RUN_RETENTION_SECONDS=259200
|
||||
# Base URL for the Dify plugin daemon used by local runs.
|
||||
DIFY_AGENT_PLUGIN_DAEMON_URL=http://localhost:5002
|
||||
# API key sent to the Dify plugin daemon.
|
||||
DIFY_AGENT_PLUGIN_DAEMON_API_KEY=
|
||||
DIFY_AGENT_PLUGIN_DAEMON_API_KEY=lYkiYYT6owG+71oLerGzA7GXCgOT++6ovaezWAjpCjf+Sjc3ZtU+qUEi
|
||||
|
||||
# Dify API inner endpoints
|
||||
# Base URL for Dify API inner endpoints used by Agent Stub config/file/drive requests.
|
||||
@@ -80,3 +80,6 @@ DIFY_AGENT_OUTBOUND_HTTP_POOL_TIMEOUT=10
|
||||
DIFY_AGENT_OUTBOUND_HTTP_MAX_CONNECTIONS=100
|
||||
DIFY_AGENT_OUTBOUND_HTTP_MAX_KEEPALIVE_CONNECTIONS=20
|
||||
DIFY_AGENT_OUTBOUND_HTTP_KEEPALIVE_EXPIRY=30
|
||||
DIFY_AGENT_LOCAL_SANDBOX_MATERIALIZED_HOME_ROOT=
|
||||
DIFY_AGENT_LOCAL_SANDBOX_WORKSPACE_ROOT=
|
||||
DIFY_AGENT_LOCAL_SANDBOX_HOME_SNAPSHOT_ROOT=
|
||||
|
||||
Reference in New Issue
Block a user