diff --git a/dify-agent/.example.env b/dify-agent/.example.env index 925baa21f15..df154cf129a 100644 --- a/dify-agent/.example.env +++ b/dify-agent/.example.env @@ -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=