aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--bin/Robust.HG.ini.example3
-rw-r--r--bin/Robust.ini.example3
2 files changed, 4 insertions, 2 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 53676a3..aae76d5 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -52,7 +52,8 @@
52 52
53AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" 53AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector"
54InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector" 54InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector"
55VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector" 55;; Uncomment if you have set up Freeswitch (see [FreeswitchService] below)
56;VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector"
56GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector" 57GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector"
57GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector" 58GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector"
58AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector" 59AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector"
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index bb98bbf..d932ce7 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -30,7 +30,8 @@
30[ServiceList] 30[ServiceList]
31AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" 31AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector"
32InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector" 32InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector"
33VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector" 33;; Uncomment if you have set up Freeswitch (see [FreeswitchService] below)
34;VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector"
34GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector" 35GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector"
35GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector" 36GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector"
36AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector" 37AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector"