mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added capability to preserve creator information on HG asset transfers. Added a new HGAssetService that is intended to be the one outside the firewall. It processes and filters the assets that go out of the grid. Also fixed the normal AssetService to do special things for the main instance (console commands, etc). Moved HGInventoryService to OpenSim.Services.HypergridService. Changed the way the login service gets the ServiceURL configs.
This commit is contained in:
@@ -25,6 +25,13 @@
|
||||
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
|
||||
AssetLoaderArgs = "assets/AssetSets.xml"
|
||||
|
||||
[HGInventoryService]
|
||||
ProfileServerURI = "http://127.0.0.1:9000/profiles"
|
||||
|
||||
[HGAssetService]
|
||||
ProfileServerURI = "http://127.0.0.1:9000/profiles"
|
||||
|
||||
|
||||
[Modules]
|
||||
;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
|
||||
;; Copy the config .example file into your own .ini file and change configs there
|
||||
@@ -68,11 +75,12 @@
|
||||
|
||||
[LoginService]
|
||||
WelcomeMessage = "Welcome, Avatar!"
|
||||
|
||||
HomeURI = "http://127.0.0.1:9000"
|
||||
GatekeeperURI = "http://127.0.0.1:9000"
|
||||
InventoryServerURI = "http://127.0.0.1:9000"
|
||||
AssetServerURI = "http://127.0.0.1:9000"
|
||||
|
||||
SRV_HomeURI = "http://127.0.0.1:9000"
|
||||
SRV_InventoryServerURI = "http://127.0.0.1:9000"
|
||||
SRV_AssetServerURI = "http://127.0.0.1:9000"
|
||||
SRV_ProfileServerURI = "http://127.0.0.1:9000"
|
||||
|
||||
[GatekeeperService]
|
||||
ExternalName = "http://127.0.0.1:9000"
|
||||
|
||||
@@ -128,8 +128,14 @@
|
||||
;; This greatly restricts the inventory operations while in other grids
|
||||
[HGInventoryService]
|
||||
; For the InventoryServiceInConnector
|
||||
LocalServiceModule = "OpenSim.Services.InventoryService.dll:HGInventoryService"
|
||||
LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInventoryService"
|
||||
UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
|
||||
|
||||
;; The interface that local users get when they are in other grids
|
||||
;; This restricts/filters the asset operations from the outside
|
||||
[HGAssetService]
|
||||
LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService"
|
||||
UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
|
||||
|
||||
;; This should always be the very last thing on this file
|
||||
[Includes]
|
||||
|
||||
Reference in New Issue
Block a user