Skip to content

Commit

Permalink
Merge pull request #811 from Bennu-Li/modify-QA-3
Browse files Browse the repository at this point in the history
modify QA README
  • Loading branch information
shiyu22 authored Oct 21, 2021
2 parents 9140fc6 + c4f5bfd commit 723c4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solutions/question_answering_system/quick_deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ The next step is to start the system server. It provides HTTP backend services,
| --------------- | ----------------------------------------------------- | ------------ |
| **MILVUS_HOST** | The IP address of Milvus, you can get it by ifconfig. | 127.0.0.1 |
| **MILVUS_PORT** | The port of Milvus. | 19530 |
| **MYSQL_HOST** | The IP address of MySQL. | 192.168.1.85 |
| **MYSQL_HOST** | The IP address of MySQL. | 127.0.0.1 |
| **MYSQL_PORT** | The port of MySQL | 3306 |

```
$ export Milvus_HOST='127.0.0.1'
$ export Milvus_PORT='19530'
$ export Mysql_HOST='192.168.1.85'
$ export Mysql_HOST='127.0.0.1'
```

- **Run Docker**
Expand Down

0 comments on commit 723c4f1

Please sign in to comment.