fix: 后台实现链接各个服务

This commit is contained in:
Tim
2025-09-29 15:16:32 +08:00
parent a12368602d
commit bb955c98ba
6 changed files with 135 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ app.snippet-length=${SNIPPET_LENGTH:200}
# OpenSearch integration
app.search.enabled=${SEARCH_ENABLED:true}
app.search.host=${OPENSEARCH_HOST:localhost}
app.search.host=${OPENSEARCH_HOST:opensearch}
app.search.port=${OPENSEARCH_PORT:9200}
app.search.scheme=${OPENSEARCH_SCHEME:http}
app.search.username=${OPENSEARCH_USERNAME:}