Преглед изворни кода
fix: error opensearch env key (#8329)
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.19.1
yongzhen.wang
пре 4 месеци
No account linked to committer's email address
|
|
|
@@ -20,7 +20,7 @@ es: |
|
|
|
os: |
|
|
|
hosts: 'http://${OS_HOST:-opensearch01}:9201' |
|
|
|
username: '${OS_USER:-admin}' |
|
|
|
password: '${OPENSEARCHH_PASSWORD:-infini_rag_flow_OS_01}' |
|
|
|
password: '${OPENSEARCH_PASSWORD:-infini_rag_flow_OS_01}' |
|
|
|
infinity: |
|
|
|
uri: '${INFINITY_HOST:-infinity}:23817' |
|
|
|
db_name: 'default_db' |