GridCommon.ini.example 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. ;AllowHypergridMapSearch = true
  19. [AvatarService]
  20. ;
  21. ; change this to your grid-wide grid server
  22. ;
  23. AvatarServerURI = "http://mygridserver.com:8003"
  24. [PresenceService]
  25. ;
  26. ; change this to your grid-wide presence server
  27. ;
  28. PresenceServerURI = "http://mygridserver.com:8003"
  29. [UserAccountService]
  30. ;
  31. ; change this to your grid-wide user accounts server
  32. ;
  33. UserAccountServerURI = "http://mygridserver.com:8003"
  34. [GridUserService]
  35. ;
  36. ; change this to your grid-wide user accounts server
  37. ;
  38. GridUserServerURI = "http://mygridserver.com:8003"
  39. [AuthenticationService]
  40. ;
  41. ; change this to your grid-wide authentication server
  42. ;
  43. AuthenticationServerURI = "http://mygridserver.com:8003"
  44. [FriendsService]
  45. ;
  46. ; change this to your grid-wide friends server
  47. ;
  48. FriendsServerURI = "http://mygridserver.com:8003"
  49. [Modules]
  50. ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
  51. ;; Copy the config .example file into your own .ini file and change configs there
  52. AssetCaching = "FlotsamAssetCache"
  53. Include-FlotsamCache = "config-include/FlotsamCache.ini"
  54. ;AssetCaching = "CenomeMemoryAssetCache"
  55. ;Include-CenomeCache = "config-include/CenomeCache.ini"
  56. ;AssetCaching = "GlynnTuckerAssetCache"
  57. ;; Optionally, the port for the LLProxyLoginModule module can be changed
  58. ;Setup_LLProxyLoginModule = "9090/"