aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
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"