config.yaml 265 B

12345678910111213
  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. proxy:
  11. socks5: ''
  12. http: ''
  13. https: ''