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,17 @@
[Modules]
AssetCaching = "CoreAssetCache"
[AssetCache]
; Number of buckets for assets
CacheBuckets = 32768
[AssetService]
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
AssetLoaderArgs = "assets/AssetSets.xml"
;
; change this to your grid-wide asset server
;
AssetServerURI = "http://myassetserver.com:8003"