Skip to content

Commit b31892d

Browse files
committed
Include Server.Auth.Host in docker server.ini
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?
1 parent 97d52be commit b31892d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/docker-entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ Server.Status "${SHARD_STATUS_URL:-http://${DS_HOST:-127.0.0.1}:8080/welcome}"
145145
146146
# Shard front-end server address.
147147
Server.Gate.Host "${DS_HOST:-127.0.0.1}"
148+
Server.Auth.Host "${DS_HOST:-127.0.0.1}"
148149
Server.Port ${SHARD_PORT:-14617}
149150
150151
# Shard name - NOTE: this is currently not visible anywhere.

0 commit comments

Comments
 (0)