Add the asset service connectors and sample config. READ WARNINGS!!!

This commit is contained in:
Melanie Thielker
2009-05-09 02:49:55 +00:00
parent cc2b072f6e
commit c1e7352d75
11 changed files with 384 additions and 9 deletions

View File

@@ -1287,3 +1287,24 @@
;FullUpdateRate=14
;PacketMTU = 1400
; The following is the configuration section for the new style gtid servers
; If you don't know what this is, don't enable it. It will eat your data,
; format your hard drive and make all meat in your fridge spoil.
; You have been warned.
; Some of this may actually work!
[Modules]
; Choose one
;AssetServices = "LocalAssetServicesConnector"
;AssetServices = "RemoteAssetServicesConnector"
[AssetService]
; Parameters for local assets
;Module = "OpenSim.Services.AssetService.dll"
;StorageProvider = "OpenSim.Data.MySQL.dll"
;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;"
;DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
;AssetLoaderArgs = "assets/AssetSets.xml"
; Parameters for remote assets
;AssetServerURI = "http://localhost:8003/"