11 lines
330 B
TOML
11 lines
330 B
TOML
# Whether to use the broker to get the best relay based on location or use a hard-coded relay.
|
|
# default: true
|
|
useBroker = true
|
|
# default: https://broker.e4mc.link/getBestRelay
|
|
brokerUrl = "https://broker.e4mc.link/getBestRelay"
|
|
# default: test.e4mc.link
|
|
relayHost = "test.e4mc.link"
|
|
# default: 25575
|
|
relayPort = 25575
|
|
|