config.yaml 346 B

123456789101112131415
  1. app:
  2. port: 8194
  3. debug: True
  4. key: dify-sandbox
  5. max_workers: 4
  6. max_requests: 50
  7. worker_timeout: 5
  8. python_path: /usr/local/bin/python3
  9. enable_network: True # please make sure there is no network risk in your environment
  10. allowed_syscalls: # please leave it empty if you have no idea how seccomp works
  11. proxy:
  12. socks5: ''
  13. http: ''
  14. https: ''