1234567891011121314151617181920212223242526272829 |
- [AssetService]
- DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
- AssetLoaderArgs = "assets/AssetSets.xml"
- ;
- ; change this to your grid-wide asset server
- ;
- AssetServerURI = "http://myassetserver.com:8003"
- [InventoryService]
- ;
- ; change this to your grid-wide inventory server
- ;
- InventoryServerURI = "http://myinventoryserver.com:8004"
- [Modules]
- ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
- ;; Copy the config .example file into your own .ini file and change configs there
-
- AssetCaching = "FlotsamAssetCache"
- Include-FlotsamCache = "config-include/FlotsamCache.ini"
- ;AssetCaching = "CenomeMemoryAssetCache"
- ;Include-CenomeCache = "config-include/CenomeCache.ini"
-
- ;AssetCaching = "GlynnTuckerAssetCache"
|