From ddf01e0450a00503c7cc2b91da818a30b531f4cb Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Mon, 25 Nov 2024 15:53:29 +0800 Subject: [PATCH] Fix missing info in README and config error (#3633) ### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) Signed-off-by: jinhai --- README_id.md | 2 +- conf/service_conf.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README_id.md b/README_id.md index d5311a09a..0b739d425 100644 --- a/README_id.md +++ b/README_id.md @@ -286,7 +286,7 @@ docker build -f Dockerfile -t infiniflow/ragflow:dev . Tambahkan baris berikut ke `/etc/hosts` untuk memetakan semua host yang ditentukan di **docker/service_conf.yaml** ke `127.0.0.1`: ``` - 127.0.0.1 es01 mysql minio redis + 127.0.0.1 es01 infinity mysql minio redis ``` Di **docker/service_conf.yaml**, perbarui port mysql ke `5455` dan es ke `1200`, sesuai dengan yang ditentukan di **docker/.env**. diff --git a/conf/service_conf.yaml b/conf/service_conf.yaml index 7ba54ca20..bb17ff56f 100644 --- a/conf/service_conf.yaml +++ b/conf/service_conf.yaml @@ -18,7 +18,7 @@ es: username: 'elastic' password: 'infini_rag_flow' infinity: - uri: 'http://infinity:23817' + uri: 'infinity:23817' db_name: 'default_db' redis: db: 1