update configuration files and examples for mutes

0.9.0.1-postfixes
UbitUmarov 2018-01-04 21:21:38 +00:00
parent 48dbba3441
commit 2811e5cef3
5 changed files with 17 additions and 2 deletions

View File

@ -102,6 +102,8 @@
;; Uncomment if you want to have centralized estate data ;; Uncomment if you want to have centralized estate data
; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector" ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector"
MuteListConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:MuteListServiceConnector"
;; Additions for Hypergrid ;; Additions for Hypergrid
GatekeeperServiceInConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector" GatekeeperServiceInConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector"
@ -807,3 +809,6 @@
LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes"
;; This directory must be writable by the user ROBUST runs as. It will be created automatically. ;; This directory must be writable by the user ROBUST runs as. It will be created automatically.
BaseDirectory = "./bakes" BaseDirectory = "./bakes"
[MuteListService]
LocalServiceModule = "OpenSim.Services.MuteListService.dll:MuteListService"

View File

@ -93,6 +93,8 @@
;; Uncomment if you want to have centralized estate data ;; Uncomment if you want to have centralized estate data
; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector" ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector"
MuteListConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:MuteListServiceConnector"
; * This is common for all services, it's the network setup for the entire ; * This is common for all services, it's the network setup for the entire
; * server instance, if none is specified above ; * server instance, if none is specified above
; * ; *
@ -561,3 +563,6 @@
LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes"
;; This directory must be writable by the user ROBUST runs as. It will be created automatically. ;; This directory must be writable by the user ROBUST runs as. It will be created automatically.
BaseDirectory = "./bakes" BaseDirectory = "./bakes"
[MuteListService]
LocalServiceModule = "OpenSim.Services.MuteListService.dll:MuteListService"

View File

@ -25,6 +25,7 @@
LandServices = "RemoteLandServicesConnector" LandServices = "RemoteLandServicesConnector"
MapImageService = "MapImageServiceModule" MapImageService = "MapImageServiceModule"
SearchModule = "BasicSearchModule" SearchModule = "BasicSearchModule"
MuteListService = "RemoteMuteListServicesConnector"
LandServiceInConnector = true LandServiceInConnector = true
NeighbourServiceInConnector = true NeighbourServiceInConnector = true

View File

@ -244,3 +244,6 @@
;; Capability assigned by the grid administrator for the simulator ;; Capability assigned by the grid administrator for the simulator
;; SimulatorCapability = "00000000-0000-0000-0000-000000000000" ;; SimulatorCapability = "00000000-0000-0000-0000-000000000000"
[MuteListService]
MuteListServerURI = "${Const|BaseURL}:${Const|PrivatePort}"

View File

@ -30,6 +30,7 @@
MapImageService = "MapImageServiceModule" MapImageService = "MapImageServiceModule"
UserManagementModule = "HGUserManagementModule" UserManagementModule = "HGUserManagementModule"
SearchModule = "BasicSearchModule" SearchModule = "BasicSearchModule"
MuteListService = "RemoteMuteListServicesConnector"
LandServiceInConnector = true LandServiceInConnector = true
NeighbourServiceInConnector = true NeighbourServiceInConnector = true