mirror of
https://github.com/Misterblue/opensim-docker.git
synced 2026-07-30 11:22:14 +00:00
Add the Ragu parameters to the Regions.ini
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user