从新提交到gitee 仓库

This commit is contained in:
qcloud
2025-02-06 23:34:26 +08:00
parent e678819f70
commit c88312a914
62 changed files with 211935 additions and 7500 deletions

View File

@@ -6,7 +6,8 @@ mysql:
user: '${MYSQL_USER:-root}'
password: '${MYSQL_PASSWORD:-infini_rag_flow}'
host: '${MYSQL_HOST:-mysql}'
port: 3306
# port: 3306 # cyx
port: 5455
max_connections: 100
stale_timeout: 30
minio:
@@ -14,7 +15,9 @@ minio:
password: '${MINIO_PASSWORD:-infini_rag_flow}'
host: '${MINIO_HOST:-minio}:9000'
es:
hosts: 'http://${ES_HOST:-es01}:9200'
# hosts: 'http://${ES_HOST:-es01}:9200' # cyx
hosts: 'http://${ES_HOST:-es01}:1200'
username: '${ES_USER:-elastic}'
username: '${ES_USER:-elastic}'
password: '${ELASTIC_PASSWORD:-infini_rag_flow}'
infinity: