Change the default address to 127.0.0.1 for build-and-serve script

This commit is contained in:
Adam Scott
2024-11-08 13:59:28 -05:00
parent 4422dc67e3
commit e4099b2ba1

View File

@@ -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