Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

service_conf.yaml 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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: 5455
  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:1200'
  18. username: 'elastic'
  19. password: 'infini_rag_flow'
  20. infinity:
  21. uri: 'infinity:23817'
  22. db_name: 'default_db'
  23. redis:
  24. db: 1
  25. password: 'infini_rag_flow'
  26. host: 'redis: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. # endpoint: 'endpoint'
  37. # access_key: 'access_key'
  38. # secret_key: 'secret_key'
  39. # region: 'region'
  40. # azure:
  41. # auth_type: 'sas'
  42. # container_url: 'container_url'
  43. # sas_token: 'sas_token'
  44. # azure:
  45. # auth_type: 'spn'
  46. # account_url: 'account_url'
  47. # client_id: 'client_id'
  48. # secret: 'secret'
  49. # tenant_id: 'tenant_id'
  50. # container_name: 'container_name'
  51. # user_default_llm:
  52. # factory: 'Tongyi-Qianwen'
  53. # api_key: 'sk-xxxxxxxxxxxxx'
  54. # base_url: ''
  55. # oauth:
  56. # github:
  57. # client_id: xxxxxxxxxxxxxxxxxxxxxxxxx
  58. # secret_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
  59. # url: https://github.com/login/oauth/access_token
  60. # feishu:
  61. # app_id: cli_xxxxxxxxxxxxxxxxxxx
  62. # app_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
  63. # app_access_token_url: https://open.feishu.cn/open-apis/auth/v3/app_access_token/internal
  64. # user_access_token_url: https://open.feishu.cn/open-apis/authen/v1/oidc/access_token
  65. # grant_type: 'authorization_code'
  66. # authentication:
  67. # client:
  68. # switch: false
  69. # http_app_key:
  70. # http_secret_key:
  71. # site:
  72. # switch: false
  73. # permission:
  74. # switch: false
  75. # component: false
  76. # dataset: false