Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Add host env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cadmusthefounder committed Dec 18, 2018
1 parent 9acee5f commit a562eed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export DOCKER_NETWORK=rafiki
export DOCKER_SWARM_ADVERTISE_ADDR=127.0.0.1
export RAFIKI_VERSION=0.0.9
export RAFIKI_ADDR=127.0.0.1
export RAFIKI_HOST=localhost
export ADMIN_EXT_PORT=3000
export ADMIN_WEB_EXT_PORT=3001
export ADVISOR_EXT_PORT=3002
Expand Down

1 comment on commit a562eed

@nginyc
Copy link
Owner

@nginyc nginyc commented on a562eed Dec 18, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm actually this environment variable is just for the sample scripts; not part of rafiki's configuration. Has a default value of localhost in those scripts. Recommend removing it.

Please sign in to comment.