aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example5
1 files changed, 5 insertions, 0 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"