Add the Ragu parameters to the Regions.ini

This commit is contained in:
Robert Adams
2019-09-12 19:31:09 -07:00
parent 82bbb4900b
commit 874e4cbac7
@@ -10,3 +10,22 @@ PhysicalPrimMax = 200
ClampPrimSize = False
MaxPrims = 60000
MaxAgents = 100
SizeX=256
SizeY=256
; Variables for Ragu SpaceServers for this region (see 'addon-modules/RaguOS')
SpaceServerCC.IsSecure = false
SpaceServerCC.SecureConnectionURL = "wss://0.0.0.0:11440"
SpaceServerCC.Certificate = ""
SpaceServerCC.ConnectionURL = "ws://0.0.0.0:11440"
SpaceServerCC.DisableNaglesAlgorithm = true
SpaceServerStatic.IsSecure = false
SpaceServerStatic.SecureConnectionURL = "wss://0.0.0.0:11441"
SpaceServerStatic.Certificate = ""
SpaceServerStatic.ConnectionURL = "ws://0.0.0.0:11441"
SpaceServerStatic.DisableNaglesAlgorithm = true
SpaceServerActors.IsSecure = false
SpaceServerActors.SecureConnectionURL = "wss://0.0.0.0:11442"
SpaceServerActors.Certificate = ""
SpaceServerActors.ConnectionURL = "ws://0.0.0.0:11442"
SpaceServerActors.DisableNaglesAlgorithm = true