jinhai-2012 commited on
Commit
6a90db1
·
1 Parent(s): 73a56f9

Fix missing info in README and config error (#3633)

Browse files

### 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 <[email protected]>

Files changed (2) hide show
  1. README_id.md +1 -1
  2. conf/service_conf.yaml +1 -1
README_id.md CHANGED
@@ -286,7 +286,7 @@ docker build -f Dockerfile -t infiniflow/ragflow:dev .
286
 
287
  Tambahkan baris berikut ke `/etc/hosts` untuk memetakan semua host yang ditentukan di **docker/service_conf.yaml** ke `127.0.0.1`:
288
  ```
289
- 127.0.0.1 es01 mysql minio redis
290
  ```
291
  Di **docker/service_conf.yaml**, perbarui port mysql ke `5455` dan es ke `1200`, sesuai dengan yang ditentukan di **docker/.env**.
292
 
 
286
 
287
  Tambahkan baris berikut ke `/etc/hosts` untuk memetakan semua host yang ditentukan di **docker/service_conf.yaml** ke `127.0.0.1`:
288
  ```
289
+ 127.0.0.1 es01 infinity mysql minio redis
290
  ```
291
  Di **docker/service_conf.yaml**, perbarui port mysql ke `5455` dan es ke `1200`, sesuai dengan yang ditentukan di **docker/.env**.
292
 
conf/service_conf.yaml CHANGED
@@ -18,7 +18,7 @@ es:
18
  username: 'elastic'
19
  password: 'infini_rag_flow'
20
  infinity:
21
- uri: 'http://infinity:23817'
22
  db_name: 'default_db'
23
  redis:
24
  db: 1
 
18
  username: 'elastic'
19
  password: 'infini_rag_flow'
20
  infinity:
21
+ uri: 'infinity:23817'
22
  db_name: 'default_db'
23
  redis:
24
  db: 1