Changing extension of two of the config files to .example because they need to be copied and customized.

This commit is contained in:
diva
2009-05-23 01:40:03 +00:00
parent 92d5b1560d
commit 1be22bc626
3 changed files with 4 additions and 3 deletions

View File

@@ -0,0 +1,21 @@
[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"