mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
rm some sensitive info (#157)
This commit is contained in:
@ -5,23 +5,23 @@ mysql:
|
||||
name: 'rag_flow'
|
||||
user: 'root'
|
||||
password: 'infini_rag_flow'
|
||||
host: '127.0.0.1'
|
||||
port: 5455
|
||||
host: 'mysql'
|
||||
port: 3306
|
||||
max_connections: 100
|
||||
stale_timeout: 30
|
||||
minio:
|
||||
user: 'rag_flow'
|
||||
password: 'infini_rag_flow'
|
||||
host: '127.0.0.1:9000'
|
||||
host: 'minio:9000'
|
||||
es:
|
||||
hosts: 'http://127.0.0.1:1200'
|
||||
hosts: 'http://es01:9200'
|
||||
user_default_llm:
|
||||
factory: '通义千问'
|
||||
factory: 'Tongyi-Qianwen'
|
||||
api_key: 'sk-xxxxxxxxxxxxx'
|
||||
oauth:
|
||||
github:
|
||||
client_id: 302129228f0d96055bee
|
||||
secret_key: e518e55ccfcdfcae8996afc40f110e9c95f14fc4
|
||||
client_id: xxxxxxxxxxxxxxxxxxxxxxxxx
|
||||
secret_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||
url: https://github.com/login/oauth/access_token
|
||||
authentication:
|
||||
client:
|
||||
|
||||
Reference in New Issue
Block a user