Skip to content

Commit

Permalink
Default to use 0.0.0.0 for testdev web (to make it work of vagrant im…
Browse files Browse the repository at this point in the history
…ages)
  • Loading branch information
dennisjbell committed Nov 1, 2017
1 parent 8762266 commit d6fb20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/testdev
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
export PATH=$(pwd):$(pwd)/bin:${PATH}
export VAULT_SKIP_VERIFY=1
workdir=""
ADDR=127.0.0.1:8181
ADDR=0.0.0.0:8181

setup_workdir() {
workdir=$(mktemp -d /tmp/shield.testdev.XXXXXXX)
Expand Down

0 comments on commit d6fb20d

Please sign in to comment.