GridCommon.ini.example 842 B

1234567891011121314151617181920212223242526272829
  1. [AssetService]
  2. DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
  3. AssetLoaderArgs = "assets/AssetSets.xml"
  4. ;
  5. ; change this to your grid-wide asset server
  6. ;
  7. AssetServerURI = "http://myassetserver.com:8003"
  8. [InventoryService]
  9. ;
  10. ; change this to your grid-wide inventory server
  11. ;
  12. InventoryServerURI = "http://myinventoryserver.com:8004"
  13. [Modules]
  14. ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
  15. ;; Copy the config .example file into your own .ini file and change configs there
  16. AssetCaching = "FlotsamAssetCache"
  17. Include-FlotsamCache = "config-include/FlotsamCache.ini"
  18. ;AssetCaching = "CenomeMemoryAssetCache"
  19. ;Include-CenomeCache = "config-include/CenomeCache.ini"
  20. ;AssetCaching = "GlynnTuckerAssetCache"