Plumb the HG asset broker. More naming changes to clarify things. Lots more

config options.
This commit is contained in:
Melanie Thielker
2009-05-11 02:59:26 +00:00
parent 225252f48e
commit 461e213a39
6 changed files with 347 additions and 69 deletions

View File

@@ -1297,10 +1297,13 @@
; Choose one
;AssetServices = "LocalAssetServicesConnector"
;AssetServices = "RemoteAssetServicesConnector"
;AssetServices = "HGAssetBroker"
;AssetCaching = "CoreAssetCache"
[AssetService]
; Parameters for local assets
;Module = "OpenSim.Services.AssetService.dll"
;LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
;StorageProvider = "OpenSim.Data.MySQL.dll"
;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;"
;DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
@@ -1308,3 +1311,13 @@
; Parameters for remote assets
;AssetServerURI = "http://localhost:8003/"
; Paremeters for the Hypergrid connector
; Parameters for the HG Broker
;LocalModule = "OpenSim.Services.AssetService.dll:AssetService"
;HypergridModule = "OpenSim.Services.AssetService.dll:HGAssetService"
[AssetCache]
; Number of buckets for assets
;CacheBuckets = 32768