diff options
author | UbitUmarov | 2018-01-05 22:37:42 +0000 |
---|---|---|
committer | UbitUmarov | 2018-01-05 22:37:42 +0000 |
commit | 875ca104b85dbf48fc0e5035dc2c01b10a61f8e9 (patch) | |
tree | 5a48cbd483b57c88d5be9c012e8f28422f3e368f /bin/Robust.HG.ini.example | |
parent | Merge branch 'master' into httptests (diff) | |
parent | a few more xml things (diff) | |
download | opensim-SC-875ca104b85dbf48fc0e5035dc2c01b10a61f8e9.zip opensim-SC-875ca104b85dbf48fc0e5035dc2c01b10a61f8e9.tar.gz opensim-SC-875ca104b85dbf48fc0e5035dc2c01b10a61f8e9.tar.bz2 opensim-SC-875ca104b85dbf48fc0e5035dc2c01b10a61f8e9.tar.xz |
Merge branch 'master' into httptests
Diffstat (limited to 'bin/Robust.HG.ini.example')
-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 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" | ||