diff options
author | UbitUmarov | 2018-01-04 21:21:38 +0000 |
---|---|---|
committer | UbitUmarov | 2018-01-04 21:21:38 +0000 |
commit | 2811e5cef342aa6799a591ae9fa10ee386e53150 (patch) | |
tree | 3c3783f7673aa56351e4e85c72712077412ba8f4 /bin/Robust.HG.ini.example | |
parent | add more files for robust mutes suport. (module is still named MuteListModule... (diff) | |
download | opensim-SC_OLD-2811e5cef342aa6799a591ae9fa10ee386e53150.zip opensim-SC_OLD-2811e5cef342aa6799a591ae9fa10ee386e53150.tar.gz opensim-SC_OLD-2811e5cef342aa6799a591ae9fa10ee386e53150.tar.bz2 opensim-SC_OLD-2811e5cef342aa6799a591ae9fa10ee386e53150.tar.xz |
update configuration files and examples for mutes
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.HG.ini.example | 5 |
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" | ||