Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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: 'localhost'
  9. port: 5455
  10. max_connections: 100
  11. stale_timeout: 30
  12. minio:
  13. user: 'rag_flow'
  14. password: 'infini_rag_flow'
  15. host: 'localhost:9000'
  16. es:
  17. hosts: 'http://localhost:1200'
  18. username: 'elastic'
  19. password: 'infini_rag_flow'
  20. infinity:
  21. uri: 'localhost:23817'
  22. db_name: 'default_db'
  23. redis:
  24. db: 1
  25. password: 'infini_rag_flow'
  26. host: 'localhost:6379'
  27. # postgres:
  28. # name: 'rag_flow'
  29. # user: 'rag_flow'
  30. # password: 'infini_rag_flow'
  31. # host: 'postgres'
  32. # port: 5432
  33. # max_connections: 100
  34. # stale_timeout: 30
  35. # s3:
  36. # access_key: 'access_key'
  37. # secret_key: 'secret_key'
  38. # region: 'region'
  39. # oss:
  40. # access_key: 'access_key'
  41. # secret_key: 'secret_key'
  42. # endpoint_url: 'http://oss-cn-hangzhou.aliyuncs.com'
  43. # region: 'cn-hangzhou'
  44. # bucket: 'bucket_name'
  45. # azure:
  46. # auth_type: 'sas'
  47. # container_url: 'container_url'
  48. # sas_token: 'sas_token'
  49. # azure:
  50. # auth_type: 'spn'
  51. # account_url: 'account_url'
  52. # client_id: 'client_id'
  53. # secret: 'secret'
  54. # tenant_id: 'tenant_id'
  55. # container_name: 'container_name'
  56. # user_default_llm:
  57. # factory: 'Tongyi-Qianwen'
  58. # api_key: 'sk-xxxxxxxxxxxxx'
  59. # base_url: ''
  60. # oauth:
  61. # github:
  62. # client_id: xxxxxxxxxxxxxxxxxxxxxxxxx
  63. # secret_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
  64. # url: https://github.com/login/oauth/access_token
  65. # feishu:
  66. # app_id: cli_xxxxxxxxxxxxxxxxxxx
  67. # app_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
  68. # app_access_token_url: https://open.feishu.cn/open-apis/auth/v3/app_access_token/internal
  69. # user_access_token_url: https://open.feishu.cn/open-apis/authen/v1/oidc/access_token
  70. # grant_type: 'authorization_code'
  71. # authentication:
  72. # client:
  73. # switch: false
  74. # http_app_key:
  75. # http_secret_key:
  76. # site:
  77. # switch: false
  78. # permission:
  79. # switch: false
  80. # component: false
  81. # dataset: false