2009-05-25 01:59:50 +00:00
|
|
|
[Modules]
|
2009-05-27 16:11:23 +00:00
|
|
|
;AssetCaching = "CoreAssetCache"
|
2009-06-06 17:06:47 +00:00
|
|
|
;AssetCaching = "GlynnTuckerAssetCache"
|
|
|
|
AssetCaching = "CenomeMemoryAssetCache"
|
2009-06-04 18:36:02 +00:00
|
|
|
|
2009-05-25 01:59:50 +00:00
|
|
|
[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"
|
|
|
|
|