2009-05-25 01:59:50 +00:00
|
|
|
[Modules]
|
|
|
|
AssetCaching = "CoreAssetCache"
|
|
|
|
|
|
|
|
[AssetCache]
|
|
|
|
; Number of buckets for assets
|
|
|
|
CacheBuckets = 16384
|
|
|
|
|
|
|
|
[AssetService]
|
|
|
|
;
|
|
|
|
;### Choose the DB
|
|
|
|
;
|
|
|
|
;--- For SQLite
|
|
|
|
StorageProvider = "OpenSim.Data.SQLite.dll"
|
|
|
|
;--- For MySql
|
|
|
|
;StorageProvider = "OpenSim.Data.MySQL.dll"
|
|
|
|
;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;"
|
|
|
|
|
|
|
|
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
|
|
|
|
AssetLoaderArgs = "assets/AssetSets.xml"
|
|
|
|
|
|
|
|
|