14 lines
261 B
YAML
14 lines
261 B
YAML
|
|
app:
|
||
|
|
port: 8194
|
||
|
|
debug: false
|
||
|
|
key: dify-sandbox
|
||
|
|
max_workers: 4
|
||
|
|
max_requests: 50
|
||
|
|
worker_timeout: 5
|
||
|
|
python_path: /usr/local/bin/python3
|
||
|
|
enable_network: true
|
||
|
|
allowed_syscalls: []
|
||
|
|
proxy:
|
||
|
|
http: http://dify-ssrf-proxy:3128
|
||
|
|
https: http://dify-ssrf-proxy:3128
|