Skip to content

Commit

Permalink
fix(envVar.sh): HOST environment variable export
Browse files Browse the repository at this point in the history
  • Loading branch information
aladin committed Oct 2, 2019
1 parent 6064305 commit b7c97c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dev/envVar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export CONTAINER_NAME="devtest"
export DEFAULT_PORT="3000"
export PORT=""
export DEBUG_PORT="9229"
export HOST="0.0.0.0"
# ---- EVENSTORE PARAMS ----
export EVENTSTORE_CONTAINER_NAME="eventstore"
export EVENTSTORE_PROTOCOL="http"
Expand Down

0 comments on commit b7c97c2

Please sign in to comment.