aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
authorUbitUmarov2018-01-04 21:21:38 +0000
committerUbitUmarov2018-01-04 21:21:38 +0000
commit2811e5cef342aa6799a591ae9fa10ee386e53150 (patch)
tree3c3783f7673aa56351e4e85c72712077412ba8f4 /bin/Robust.ini.example
parentadd more files for robust mutes suport. (module is still named MuteListModule... (diff)
downloadopensim-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 'bin/Robust.ini.example')
-rw-r--r--bin/Robust.ini.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 2ebcef7..683f182 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -93,6 +93,8 @@
93 ;; Uncomment if you want to have centralized estate data 93 ;; Uncomment if you want to have centralized estate data
94 ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector" 94 ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector"
95 95
96 MuteListConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:MuteListServiceConnector"
97
96; * This is common for all services, it's the network setup for the entire 98; * This is common for all services, it's the network setup for the entire
97; * server instance, if none is specified above 99; * server instance, if none is specified above
98; * 100; *
@@ -561,3 +563,6 @@
561 LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" 563 LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes"
562 ;; This directory must be writable by the user ROBUST runs as. It will be created automatically. 564 ;; This directory must be writable by the user ROBUST runs as. It will be created automatically.
563 BaseDirectory = "./bakes" 565 BaseDirectory = "./bakes"
566
567[MuteListService]
568 LocalServiceModule = "OpenSim.Services.MuteListService.dll:MuteListService"