Skip to content

Commit

Permalink
Changed the GRPC_HOST from mozi.ai to localhost
Browse files Browse the repository at this point in the history
Updated README
  • Loading branch information
Habush committed Mar 27, 2019
1 parent cf1bf8c commit f36646f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ The purpose of this service is to use [MOSES](https://github.com/opencog/moses)

2b. Start the docker containers:

$ docker-compose up
$ docker-compose -f docker-compose-dev.yml up

N.B If you make any changes to the code make sure you rerun the containers with `--build` flask. That is, `docker-compose up --build`
N.B If you make any changes to the code make sure you rerun the containers with `--build` flask. That is, `docker-compose -f docker-compose-dev.yml up --build`

3. Open a new terminal and install the python dependencies for running the service client on your local system. Run:

Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

DB_NAME = "mozi_snet"

GRPC_HOST = "mozi.ai"
GRPC_HOST = "localhost"
GRPC_PORT = "5003"

try:
Expand Down

0 comments on commit f36646f

Please sign in to comment.