mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
[match] add tachyon server configuration
This commit is contained in:
@@ -108,6 +108,13 @@ RECFLARE_DOMAIN=rec.example.com
|
||||
# RECFLARE_PHOTON_VOICE_APP_ID=
|
||||
# RECFLARE_PHOTON_CHAT_APP_ID=
|
||||
|
||||
# The Tachyon voice server (`match`, GET /player/connection-info): the `host:port` the
|
||||
# client is handed as `voiceConnectionInfo`, and its id as `voiceServerId`. EMPTY unless
|
||||
# you set them — no separate voice server. Set both or neither; like the Photon ids they
|
||||
# are not secrets (the client receives them in the clear).
|
||||
# RECFLARE_TACHYON_HOST_PORT=127.0.0.1:7777
|
||||
# RECFLARE_TACHYON_NAME=server-1
|
||||
|
||||
# The Photon region every session is pinned to (`match`). Unlike the app ids above this
|
||||
# does default, to `us` (us-east1) — an instance stamped with an empty region is one the
|
||||
# client cannot connect to, so there is no "unset" state for it to have. It is
|
||||
|
||||
Reference in New Issue
Block a user