GridCommon.ini.example 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. [DatabaseService]
  2. ;
  3. ; ### Choose the DB
  4. ;
  5. ; SQLite
  6. Include-Storage = "config-include/storage/SQLiteStandalone.ini";
  7. ; MySql
  8. ; Uncomment these lines if you want to use mysql storage
  9. ; Change the connection string to your db details
  10. ;StorageProvider = "OpenSim.Data.MySQL.dll"
  11. ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;"
  12. ; Uncomment this line if you are using MySQL and want to use a different database for estates
  13. ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;"
  14. [AssetService]
  15. DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
  16. AssetLoaderArgs = "assets/AssetSets.xml"
  17. ;
  18. ; change this to your grid-wide asset server
  19. ;
  20. AssetServerURI = "http://myassetserver.com:8003"
  21. [InventoryService]
  22. ;
  23. ; change this to your grid-wide inventory server
  24. ;
  25. InventoryServerURI = "http://myinventoryserver.com:8003"
  26. [GridService]
  27. ;
  28. ; change this to your grid-wide grid server
  29. ;
  30. GridServerURI = "http://mygridserver.com:8003"
  31. ;AllowHypergridMapSearch = true
  32. ;; Directory for map tile images of linked regions
  33. ; MapTileDirectory = "./maptiles"
  34. ; === HG ONLY ===
  35. ;; change this to the address of your Gatekeeper service
  36. ;; (usually bundled with the rest of the services in one
  37. ;; Robust server in port 8002, but not always)
  38. Gatekeeper="http://mygridserver.com:8002"
  39. [AvatarService]
  40. ;
  41. ; change this to your grid-wide grid server
  42. ;
  43. AvatarServerURI = "http://mygridserver.com:8003"
  44. [PresenceService]
  45. ;
  46. ; change this to your grid-wide presence server
  47. ;
  48. PresenceServerURI = "http://mygridserver.com:8003"
  49. [UserAccountService]
  50. ;
  51. ; change this to your grid-wide user accounts server
  52. ;
  53. UserAccountServerURI = "http://mygridserver.com:8003"
  54. [GridUserService]
  55. ;
  56. ; change this to your grid-wide user accounts server
  57. ;
  58. GridUserServerURI = "http://mygridserver.com:8003"
  59. [AuthenticationService]
  60. ;
  61. ; change this to your grid-wide authentication server
  62. ;
  63. AuthenticationServerURI = "http://mygridserver.com:8003"
  64. [FriendsService]
  65. ;
  66. ; change this to your grid-wide friends server
  67. ;
  68. FriendsServerURI = "http://mygridserver.com:8003"
  69. [HGInventoryAccessModule]
  70. ;
  71. ; === HG ONLY ===
  72. ; Change this to your profile server
  73. ; accessible from other grids
  74. ;
  75. ProfileServerURI = "http://mygridserver.com:8002/user"
  76. ;; If you want to protect your assets from being copied by foreign visitors
  77. ;; uncomment the next line. You may want to do this on sims that have licensed content.
  78. ; OutboundPermission = False
  79. [Modules]
  80. ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
  81. ;; Copy the config .example file into your own .ini file and change configs there
  82. AssetCaching = "FlotsamAssetCache"
  83. Include-FlotsamCache = "config-include/FlotsamCache.ini"
  84. ;AssetCaching = "CenomeMemoryAssetCache"
  85. ;Include-CenomeCache = "config-include/CenomeCache.ini"
  86. ;AssetCaching = "GlynnTuckerAssetCache"
  87. ;; Optionally, the port for the LLProxyLoginModule module can be changed
  88. ;Setup_LLProxyLoginModule = "9090/"
  89. ;; Authorization is not on by default, as it depends on external php
  90. ;AuthorizationServices = "RemoteAuthorizationServicesConnector"