mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-14 03:35:52 +08:00
rm some sensitive info (#157)
This commit is contained in:
parent
37185466e2
commit
0cb95c688e
@ -29,6 +29,33 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ulong": {
|
||||||
|
"match": "*_ulong",
|
||||||
|
"mapping": {
|
||||||
|
"type": "unsigned_long",
|
||||||
|
"store": "true"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"long": {
|
||||||
|
"match": "*_long",
|
||||||
|
"mapping": {
|
||||||
|
"type": "long",
|
||||||
|
"store": "true"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"short": {
|
||||||
|
"match": "*_short",
|
||||||
|
"mapping": {
|
||||||
|
"type": "short",
|
||||||
|
"store": "true"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"numeric": {
|
"numeric": {
|
||||||
"match": "*_flt",
|
"match": "*_flt",
|
||||||
|
@ -5,23 +5,23 @@ mysql:
|
|||||||
name: 'rag_flow'
|
name: 'rag_flow'
|
||||||
user: 'root'
|
user: 'root'
|
||||||
password: 'infini_rag_flow'
|
password: 'infini_rag_flow'
|
||||||
host: '127.0.0.1'
|
host: 'mysql'
|
||||||
port: 5455
|
port: 3306
|
||||||
max_connections: 100
|
max_connections: 100
|
||||||
stale_timeout: 30
|
stale_timeout: 30
|
||||||
minio:
|
minio:
|
||||||
user: 'rag_flow'
|
user: 'rag_flow'
|
||||||
password: 'infini_rag_flow'
|
password: 'infini_rag_flow'
|
||||||
host: '127.0.0.1:9000'
|
host: 'minio:9000'
|
||||||
es:
|
es:
|
||||||
hosts: 'http://127.0.0.1:1200'
|
hosts: 'http://es01:9200'
|
||||||
user_default_llm:
|
user_default_llm:
|
||||||
factory: '通义千问'
|
factory: 'Tongyi-Qianwen'
|
||||||
api_key: 'sk-xxxxxxxxxxxxx'
|
api_key: 'sk-xxxxxxxxxxxxx'
|
||||||
oauth:
|
oauth:
|
||||||
github:
|
github:
|
||||||
client_id: 302129228f0d96055bee
|
client_id: xxxxxxxxxxxxxxxxxxxxxxxxx
|
||||||
secret_key: e518e55ccfcdfcae8996afc40f110e9c95f14fc4
|
secret_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||||
url: https://github.com/login/oauth/access_token
|
url: https://github.com/login/oauth/access_token
|
||||||
authentication:
|
authentication:
|
||||||
client:
|
client:
|
||||||
|
@ -20,8 +20,8 @@ user_default_llm:
|
|||||||
api_key: 'sk-xxxxxxxxxxxxx'
|
api_key: 'sk-xxxxxxxxxxxxx'
|
||||||
oauth:
|
oauth:
|
||||||
github:
|
github:
|
||||||
client_id: 302129228f0d96055bee
|
client_id: xxxxxxxxxxxxxxxxxxxxxxxxx
|
||||||
secret_key: e518e55ccfcdfcae8996afc40f110e9c95f14fc4
|
secret_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||||
url: https://github.com/login/oauth/access_token
|
url: https://github.com/login/oauth/access_token
|
||||||
authentication:
|
authentication:
|
||||||
client:
|
client:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user