Skip to content

Commit

Permalink
Merge pull request #964 from adamscott/change-0.0.0.0
Browse files Browse the repository at this point in the history
Change the default address to 127.0.0.1 for build-and-serve script
  • Loading branch information
adamscott authored Nov 21, 2024
2 parents 4422dc6 + e4099b2 commit 08db7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-and-serve.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

SERVER_HOST="${SERVER_HOST:-0.0.0.0}"
SERVER_HOST="${SERVER_HOST:-127.0.0.1}"
SERVER_PORT="${SERVER_PORT:-4000}"

bundle install
Expand Down

0 comments on commit 08db7ef

Please sign in to comment.