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 2cd1897..d96369a 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -102,6 +102,8 @@
102 ;; Uncomment if you want to have centralized estate data 102 ;; Uncomment if you want to have centralized estate data
103 ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector" 103 ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector"
104 104
105 MuteListConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:MuteListServiceConnector"
106
105 ;; Additions for Hypergrid 107 ;; Additions for Hypergrid
106 108
107 GatekeeperServiceInConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector" 109 GatekeeperServiceInConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector"
@@ -807,3 +809,6 @@
807 LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" 809 LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes"
808 ;; This directory must be writable by the user ROBUST runs as. It will be created automatically. 810 ;; This directory must be writable by the user ROBUST runs as. It will be created automatically.
809 BaseDirectory = "./bakes" 811 BaseDirectory = "./bakes"
812
813[MuteListService]
814 LocalServiceModule = "OpenSim.Services.MuteListService.dll:MuteListService"