GridCommon.ini.example 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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:8003"
  13. [GridService]
  14. ;
  15. ; change this to your grid-wide grid server
  16. ;
  17. GridServerURI = "http://mygridserver.com:8003"
  18. [Modules]
  19. ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
  20. ;; Copy the config .example file into your own .ini file and change configs there
  21. AssetCaching = "FlotsamAssetCache"
  22. Include-FlotsamCache = "config-include/FlotsamCache.ini"
  23. ;AssetCaching = "CenomeMemoryAssetCache"
  24. ;Include-CenomeCache = "config-include/CenomeCache.ini"
  25. ;AssetCaching = "GlynnTuckerAssetCache"
  26. ;; Optionally, the port for the LLProxyLoginModule module can be changed
  27. ;Setup_LLProxyLoginModule = "9090/"