2024-01-15 08:46:22 +08:00
|
|
|
ragflow:
|
2024-02-19 19:22:17 +08:00
|
|
|
host: 0.0.0.0
|
2024-01-15 08:46:22 +08:00
|
|
|
http_port: 9380
|
2024-02-28 15:01:12 +08:00
|
|
|
mysql:
|
2024-01-15 08:46:22 +08:00
|
|
|
name: 'rag_flow'
|
|
|
|
|
user: 'root'
|
2024-02-28 15:01:12 +08:00
|
|
|
password: 'infini_rag_flow'
|
2024-03-27 13:24:35 +08:00
|
|
|
host: 'mysql'
|
|
|
|
|
port: 3306
|
2024-01-15 08:46:22 +08:00
|
|
|
max_connections: 100
|
|
|
|
|
stale_timeout: 30
|
2024-02-19 19:22:17 +08:00
|
|
|
minio:
|
|
|
|
|
user: 'rag_flow'
|
2024-02-28 15:01:12 +08:00
|
|
|
password: 'infini_rag_flow'
|
2024-03-27 13:24:35 +08:00
|
|
|
host: 'minio:9000'
|
2024-02-19 19:22:17 +08:00
|
|
|
es:
|
2024-03-27 13:24:35 +08:00
|
|
|
hosts: 'http://es01:9200'
|
2024-05-07 11:43:33 +08:00
|
|
|
redis:
|
|
|
|
|
db: 1
|
|
|
|
|
password: 'infini_rag_flow'
|
|
|
|
|
host: 'redis:6379'
|
2024-02-19 19:22:17 +08:00
|
|
|
user_default_llm:
|
2024-03-27 13:24:35 +08:00
|
|
|
factory: 'Tongyi-Qianwen'
|
2024-02-19 19:22:17 +08:00
|
|
|
api_key: 'sk-xxxxxxxxxxxxx'
|
2024-04-22 14:11:09 +08:00
|
|
|
base_url: ''
|
2024-01-15 08:46:22 +08:00
|
|
|
oauth:
|
|
|
|
|
github:
|
2024-03-27 13:24:35 +08:00
|
|
|
client_id: xxxxxxxxxxxxxxxxxxxxxxxxx
|
|
|
|
|
secret_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
2024-02-28 15:01:12 +08:00
|
|
|
url: https://github.com/login/oauth/access_token
|
2024-05-17 13:47:05 +08:00
|
|
|
feishu:
|
|
|
|
|
app_id: cli_xxxxxxxxxxxxxxxxxxx
|
|
|
|
|
app_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
|
|
|
app_access_token_url: https://open.feishu.cn/open-apis/auth/v3/app_access_token/internal
|
|
|
|
|
user_access_token_url: https://open.feishu.cn/open-apis/authen/v1/oidc/access_token
|
|
|
|
|
grant_type: 'authorization_code'
|
2024-02-28 15:01:12 +08:00
|
|
|
authentication:
|
|
|
|
|
client:
|
|
|
|
|
switch: false
|
|
|
|
|
http_app_key:
|
|
|
|
|
http_secret_key:
|
|
|
|
|
site:
|
|
|
|
|
switch: false
|
|
|
|
|
permission:
|
|
|
|
|
switch: false
|
|
|
|
|
component: false
|
2024-05-17 13:47:05 +08:00
|
|
|
dataset: false
|