mirror of
https://github.com/strukturag/nextcloud-spreed-signaling.git
synced 2025-03-14 11:32:46 +00:00
10 lines
171 B
Text
10 lines
171 B
Text
cluster {
|
|
|
|
port: 4244 # port for inbound route connections
|
|
|
|
routes = [
|
|
# You can add other servers here to build up a cluster.
|
|
#nats-route://otherserver:4244
|
|
]
|
|
|
|
}
|