aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini.example
blob: de57c98903c8c5dcc2a770383e50db6cebe82f9d (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"