You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

service_conf.yaml.template 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. ragflow:
  2. host: ${RAGFLOW_HOST:-0.0.0.0}
  3. http_port: 9380
  4. mysql:
  5. name: '${MYSQL_DBNAME:-rag_flow}'
  6. user: '${MYSQL_USER:-root}'
  7. password: '${MYSQL_PASSWORD:-infini_rag_flow}'
  8. host: '${MYSQL_HOST:-mysql}'
  9. port: 3306
  10. max_connections: 100
  11. stale_timeout: 30
  12. minio:
  13. user: '${MINIO_USER:-rag_flow}'
  14. password: '${MINIO_PASSWORD:-infini_rag_flow}'
  15. host: '${MINIO_HOST:-minio}:9000'
  16. es:
  17. hosts: 'http://${ES_HOST:-es01}:9200'
  18. username: '${ES_USER:-elastic}'
  19. password: '${ELASTIC_PASSWORD:-infini_rag_flow}'
  20. infinity:
  21. uri: '${INFINITY_HOST:-infinity}:23817'
  22. db_name: 'default_db'
  23. redis:
  24. db: 1
  25. password: '${REDIS_PASSWORD:-infini_rag_flow}'
  26. host: '${REDIS_HOST:-redis}:6379'
  27. # postgres:
  28. # name: '${POSTGRES_DBNAME:-rag_flow}'
  29. # user: '${POSTGRES_USER:-rag_flow}'
  30. # password: '${POSTGRES_PASSWORD:-infini_rag_flow}'
  31. # host: '${POSTGRES_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. # azure:
  40. # auth_type: 'sas'
  41. # container_url: 'container_url'
  42. # sas_token: 'sas_token'
  43. # azure:
  44. # auth_type: 'spn'
  45. # account_url: 'account_url'
  46. # client_id: 'client_id'
  47. # secret: 'secret'
  48. # tenant_id: 'tenant_id'
  49. # container_name: 'container_name'
  50. # user_default_llm:
  51. # factory: 'Tongyi-Qianwen'
  52. # api_key: 'sk-xxxxxxxxxxxxx'
  53. # base_url: ''
  54. # oauth:
  55. # github:
  56. # client_id: xxxxxxxxxxxxxxxxxxxxxxxxx
  57. # secret_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
  58. # url: https://github.com/login/oauth/access_token
  59. # feishu:
  60. # app_id: cli_xxxxxxxxxxxxxxxxxxx
  61. # app_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
  62. # app_access_token_url: https://open.feishu.cn/open-apis/auth/v3/app_access_token/internal
  63. # user_access_token_url: https://open.feishu.cn/open-apis/authen/v1/oidc/access_token
  64. # grant_type: 'authorization_code'
  65. # authentication:
  66. # client:
  67. # switch: false
  68. # http_app_key:
  69. # http_secret_key:
  70. # site:
  71. # switch: false
  72. # permission:
  73. # switch: false
  74. # component: false
  75. # dataset: false