Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

service_conf.yaml 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. ragflow:
  2. host: 0.0.0.0
  3. http_port: 9380
  4. mysql:
  5. name: 'rag_flow'
  6. user: 'root'
  7. password: 'infini_rag_flow'
  8. host: 'mysql'
  9. port: 3306
  10. max_connections: 100
  11. stale_timeout: 30
  12. minio:
  13. user: 'rag_flow'
  14. password: 'infini_rag_flow'
  15. host: 'minio:9000'
  16. es:
  17. hosts: 'http://es01:9200'
  18. username: 'elastic'
  19. password: 'infini_rag_flow'
  20. redis:
  21. db: 1
  22. password: 'infini_rag_flow'
  23. host: 'redis:6379'
  24. # postgres:
  25. # name: 'rag_flow'
  26. # user: 'rag_flow'
  27. # password: 'infini_rag_flow'
  28. # host: 'postgres'
  29. # port: 5432
  30. # max_connections: 100
  31. # stale_timeout: 30
  32. # s3:
  33. # endpoint: 'endpoint'
  34. # access_key: 'access_key'
  35. # secret_key: 'secret_key'
  36. # region: 'region'
  37. # azure:
  38. # auth_type: 'sas'
  39. # container_url: 'container_url'
  40. # sas_token: 'sas_token'
  41. # azure:
  42. # auth_type: 'spn'
  43. # account_url: 'account_url'
  44. # client_id: 'client_id'
  45. # secret: 'secret'
  46. # tenant_id: 'tenant_id'
  47. # container_name: 'container_name'
  48. # user_default_llm:
  49. # factory: 'Tongyi-Qianwen'
  50. # api_key: 'sk-xxxxxxxxxxxxx'
  51. # base_url: ''
  52. # oauth:
  53. # github:
  54. # client_id: xxxxxxxxxxxxxxxxxxxxxxxxx
  55. # secret_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
  56. # url: https://github.com/login/oauth/access_token
  57. # feishu:
  58. # app_id: cli_xxxxxxxxxxxxxxxxxxx
  59. # app_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
  60. # app_access_token_url: https://open.feishu.cn/open-apis/auth/v3/app_access_token/internal
  61. # user_access_token_url: https://open.feishu.cn/open-apis/authen/v1/oidc/access_token
  62. # grant_type: 'authorization_code'
  63. # authentication:
  64. # client:
  65. # switch: false
  66. # http_app_key:
  67. # http_secret_key:
  68. # site:
  69. # switch: false
  70. # permission:
  71. # switch: false
  72. # component: false
  73. # dataset: false