Skip to content

Commit

Permalink
Include Server.Auth.Host in docker server.ini
Browse files Browse the repository at this point in the history
The older client seems to want this for reasons that I don't fully care
to investigate at the moment. It should be grabbing it from the
GateKeeper, shouldn't it?
  • Loading branch information
dpogue committed Aug 11, 2024
1 parent 6dc6e39 commit 7ca4950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ Server.Status "${SHARD_STATUS_URL:-http://${DS_HOST:-127.0.0.1}:8080/welcome}"
# Shard front-end server address.
Server.Gate.Host "${DS_HOST:-127.0.0.1}"
Server.Auth.Host "${DS_HOST:-127.0.0.1}"
Server.Port ${SHARD_PORT:-14617}
# Shard name - NOTE: this is currently not visible anywhere.
Expand Down

0 comments on commit 7ca4950

Please sign in to comment.