aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorUbitUmarov2018-01-05 22:37:42 +0000
committerUbitUmarov2018-01-05 22:37:42 +0000
commit875ca104b85dbf48fc0e5035dc2c01b10a61f8e9 (patch)
tree5a48cbd483b57c88d5be9c012e8f28422f3e368f /bin
parentMerge branch 'master' into httptests (diff)
parent a few more xml things (diff)
downloadopensim-SC-875ca104b85dbf48fc0e5035dc2c01b10a61f8e9.zip
opensim-SC-875ca104b85dbf48fc0e5035dc2c01b10a61f8e9.tar.gz
opensim-SC-875ca104b85dbf48fc0e5035dc2c01b10a61f8e9.tar.bz2
opensim-SC-875ca104b85dbf48fc0e5035dc2c01b10a61f8e9.tar.xz
Merge branch 'master' into httptests
Diffstat (limited to 'bin')
-rw-r--r--bin/Robust.HG.ini.example5
-rw-r--r--bin/Robust.ini.example5
-rw-r--r--bin/config-include/Grid.ini3
-rw-r--r--bin/config-include/GridCommon.ini.example3
-rw-r--r--bin/config-include/GridHypergrid.ini3
5 files changed, 17 insertions, 2 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 146d538..82bed30 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -110,6 +110,8 @@
110 ;; Uncomment if you want to have centralized estate data 110 ;; Uncomment if you want to have centralized estate data
111 ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector" 111 ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector"
112 112
113 MuteListConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:MuteListServiceConnector"
114
113 ;; Additions for Hypergrid 115 ;; Additions for Hypergrid
114 116
115 GatekeeperServiceInConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector" 117 GatekeeperServiceInConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector"
@@ -815,3 +817,6 @@
815 LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" 817 LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes"
816 ;; This directory must be writable by the user ROBUST runs as. It will be created automatically. 818 ;; This directory must be writable by the user ROBUST runs as. It will be created automatically.
817 BaseDirectory = "./bakes" 819 BaseDirectory = "./bakes"
820
821[MuteListService]
822 LocalServiceModule = "OpenSim.Services.MuteListService.dll:MuteListService"
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index fac5b60..5690c1d 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -101,6 +101,8 @@
101 ;; Uncomment if you want to have centralized estate data 101 ;; Uncomment if you want to have centralized estate data
102 ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector" 102 ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector"
103 103
104 MuteListConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:MuteListServiceConnector"
105
104; * This is common for all services, it's the network setup for the entire 106; * This is common for all services, it's the network setup for the entire
105; * server instance, if none is specified above 107; * server instance, if none is specified above
106; * 108; *
@@ -569,3 +571,6 @@
569 LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" 571 LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes"
570 ;; This directory must be writable by the user ROBUST runs as. It will be created automatically. 572 ;; This directory must be writable by the user ROBUST runs as. It will be created automatically.
571 BaseDirectory = "./bakes" 573 BaseDirectory = "./bakes"
574
575[MuteListService]
576 LocalServiceModule = "OpenSim.Services.MuteListService.dll:MuteListService"
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini
index 988e681..7330f6f 100644
--- a/bin/config-include/Grid.ini
+++ b/bin/config-include/Grid.ini
@@ -25,7 +25,8 @@
25 LandServices = "RemoteLandServicesConnector" 25 LandServices = "RemoteLandServicesConnector"
26 MapImageService = "MapImageServiceModule" 26 MapImageService = "MapImageServiceModule"
27 SearchModule = "BasicSearchModule" 27 SearchModule = "BasicSearchModule"
28 28 MuteListService = "RemoteMuteListServicesConnector"
29
29 LandServiceInConnector = true 30 LandServiceInConnector = true
30 NeighbourServiceInConnector = true 31 NeighbourServiceInConnector = true
31 SimulationServiceInConnector = true 32 SimulationServiceInConnector = true
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index 10a5b47..aee3d5f 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -244,3 +244,6 @@
244 244
245 ;; Capability assigned by the grid administrator for the simulator 245 ;; Capability assigned by the grid administrator for the simulator
246 ;; SimulatorCapability = "00000000-0000-0000-0000-000000000000" 246 ;; SimulatorCapability = "00000000-0000-0000-0000-000000000000"
247
248[MuteListService]
249 MuteListServerURI = "${Const|BaseURL}:${Const|PrivatePort}"
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini
index 709c462..78bcd73 100644
--- a/bin/config-include/GridHypergrid.ini
+++ b/bin/config-include/GridHypergrid.ini
@@ -30,7 +30,8 @@
30 MapImageService = "MapImageServiceModule" 30 MapImageService = "MapImageServiceModule"
31 UserManagementModule = "HGUserManagementModule" 31 UserManagementModule = "HGUserManagementModule"
32 SearchModule = "BasicSearchModule" 32 SearchModule = "BasicSearchModule"
33 33 MuteListService = "RemoteMuteListServicesConnector"
34
34 LandServiceInConnector = true 35 LandServiceInConnector = true
35 NeighbourServiceInConnector = true 36 NeighbourServiceInConnector = true
36 SimulationServiceInConnector = true 37 SimulationServiceInConnector = true