blob: 0e95f35c866ba73d911ceed8a9de92d8bb8264f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
|