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 12, 2024
1 parent 97d52be commit b31892d
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

1 comment on commit b31892d

@Hoikas
Copy link
Member

@Hoikas Hoikas commented on b31892d Aug 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The client originally never sent a request for the AuthServ IP to GateKeeperServ. We added that. Cyan's server actually boots you off for sending that request.

Please sign in to comment.