remove some tabs added to config files
parent
2811e5cef3
commit
7f49364d65
|
@ -102,7 +102,7 @@
|
|||
;; Uncomment if you want to have centralized estate data
|
||||
; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector"
|
||||
|
||||
MuteListConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:MuteListServiceConnector"
|
||||
MuteListConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:MuteListServiceConnector"
|
||||
|
||||
;; Additions for Hypergrid
|
||||
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
;; Uncomment if you want to have centralized estate data
|
||||
; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector"
|
||||
|
||||
MuteListConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:MuteListServiceConnector"
|
||||
MuteListConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:MuteListServiceConnector"
|
||||
|
||||
; * This is common for all services, it's the network setup for the entire
|
||||
; * server instance, if none is specified above
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
LandServices = "RemoteLandServicesConnector"
|
||||
MapImageService = "MapImageServiceModule"
|
||||
SearchModule = "BasicSearchModule"
|
||||
MuteListService = "RemoteMuteListServicesConnector"
|
||||
MuteListService = "RemoteMuteListServicesConnector"
|
||||
|
||||
LandServiceInConnector = true
|
||||
NeighbourServiceInConnector = true
|
||||
|
|
|
@ -246,4 +246,4 @@
|
|||
;; SimulatorCapability = "00000000-0000-0000-0000-000000000000"
|
||||
|
||||
[MuteListService]
|
||||
MuteListServerURI = "${Const|BaseURL}:${Const|PrivatePort}"
|
||||
MuteListServerURI = "${Const|BaseURL}:${Const|PrivatePort}"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
MapImageService = "MapImageServiceModule"
|
||||
UserManagementModule = "HGUserManagementModule"
|
||||
SearchModule = "BasicSearchModule"
|
||||
MuteListService = "RemoteMuteListServicesConnector"
|
||||
MuteListService = "RemoteMuteListServicesConnector"
|
||||
|
||||
LandServiceInConnector = true
|
||||
NeighbourServiceInConnector = true
|
||||
|
|
Loading…
Reference in New Issue