mirror of
https://github.com/langgenius/dify.git
synced 2026-03-26 00:38:03 +08:00
feat(ssrf_proxy): Support DEV_MODE
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
@ -64,6 +64,10 @@ SSRF_HTTP_PORT=3128
|
||||
SSRF_COREDUMP_DIR=/var/spool/squid
|
||||
SSRF_REVERSE_PROXY_PORT=8194
|
||||
SSRF_SANDBOX_HOST=sandbox
|
||||
# Development mode switch - set to true to disable all SSRF protections
|
||||
# WARNING: This allows access to localhost, private networks, and all ports!
|
||||
# Only use this in development environments, NEVER in production!
|
||||
SSRF_PROXY_DEV_MODE=false
|
||||
|
||||
# ------------------------------
|
||||
# Environment Variables for weaviate Service
|
||||
|
||||
Reference in New Issue
Block a user