Advertisement
Guest User

Untitled

a guest
Apr 20th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.12 KB | None | 0 0
  1. [Startup]
  2. ; SmartThreadPool is reported to work well on Mono/Linux, but
  3. ; UnsafeQueueUserWorkItem has been benchmarked with better
  4. ; performance on .NET/Windows
  5. async_call_method = UnsafeQueueUserWorkItem
  6. ; recommended: false for mono / true for Windows
  7. use_async_when_possible =true
  8. ; WARNING: megaregions are being replaced by varregions
  9. ; so new D2 will overwrite DivaPreferences
  10. CombineContiguousRegions = false
  11.  
  12. [DatabaseService]
  13. ; ### Set the password (again)
  14. ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=12345;Old Guids=true;Allow Zero Datetime=true;"
  15.  
  16. [Network]
  17. http_listener_port = 9000
  18.  
  19. [Hypergrid]
  20. HomeURI = "http://67.252.9.117:9000"
  21. GatekeeperURI = "http://67.252.9.117:9000"
  22.  
  23. [GridService]
  24. Region_Jaysgrid_1 = "DefaultRegion, DefaultHGRegion, FallbackRegion"
  25. Region_Jaysgrid = "DefaultRegion, DefaultHGRegion, FallbackRegion"
  26.  
  27. [HGAssetService]
  28. HomeURI = "http://67.252.9.117:9000"
  29.  
  30. [HGInventoryAccessModule]
  31. ;; If you want to protect your assets from being copied by foreign visitors
  32. ;; uncomment the next line. You may want to do this on sims that have licensed content.
  33. ; OutboundPermission = False
  34.  
  35. [DataSnapshot]
  36. gridname = "Jaysgrid"
  37.  
  38. [UserProfiles]
  39. ProfileServiceURL = "http://67.252.9.117:9000"
  40.  
  41. [LoginService]
  42. WelcomeMessage = "Welcome to Jaysgrid!"
  43.  
  44. SRV_HomeURI = "http://67.252.9.117:9000"
  45. SRV_InventoryServerURI = "http://67.252.9.117:9000"
  46. SRV_AssetServerURI = "http://67.252.9.117:9000"
  47. SRV_FriendsServerURI = "http://67.252.9.117:9000"
  48. SRV_IMServerURI = "http://67.252.9.117:9000"
  49. SRV_GroupsServerURI = "http://67.252.9.117:9000"
  50. SRV_ProfileServerURI = "http://67.252.9.117:9000"
  51.  
  52. ;; For Viewer 2
  53. MapTileURL = "http://67.252.9.117:9000/"
  54.  
  55. [GatekeeperService]
  56. ;; HG 2.0 access control
  57. ;; Restrictions on origin of foreign visitors.
  58. ;; Are foreign visitors allowed?
  59. ; ForeignAgentsAllowed = true
  60. ;;
  61. ;; If ForeignAgentsAllowed is true, make exceptions using AllowExcept.
  62. ;; Leave blank or commented for no exceptions.
  63. ; AllowExcept = "http://griefer.com:8002, http://enemy.com:8002"
  64. ;;
  65. ;; If ForeignAgentsAllowed is false, make exceptions using DisallowExcept
  66. ;; Leave blank or commented for no exceptions.
  67. ; DisallowExcept = "http://myfriendgrid.com:8002, http://myboss.com:8002"
  68.  
  69. [UserAgentService]
  70. ;; HG 2.0 access control
  71. ; User level required to be contacted from other grids
  72. ;LevelOutsideContacts = 0
  73. ;; Restrictions on destinations of local users.
  74. ;; Are local users allowed to visit other grids?
  75. ;; What user level? Use variables of this forrm:
  76. ;; ForeignTripsAllowed_Level_<UserLevel> = true | false
  77. ;; For example:
  78. ; ForeignTripsAllowed_Level_0 = false
  79. ; ForeignTripsAllowed_Level_10 = true ; true is default
  80. ;;
  81. ;; If ForeignTripsAllowed is true, make exceptions using AllowExcept.
  82. ;; Leave blank or commented for no exceptions.
  83. ; AllowExcept_Level_10 = "http://griefer.com:8002, http://enemy.com:8002"
  84. ;;
  85. ;; If ForeignTripsAllowed is false, make exceptions using DisallowExcept
  86. ;; Leave blank or commented for no exceptions.
  87. ; DisallowExcept_Level_0 = "http://myfriendgrid.com:8002, http://myboss.com:8002"
  88.  
  89. [GridInfoService]
  90. login = http://67.252.9.117:9000/
  91. gridname = "Jaysgrid"
  92. gridnick = "jaysgrid"
  93. welcome = http://67.252.9.117:9000/wifi/welcome.html
  94. register = http://67.252.9.117:9000/wifi/user/account
  95. password = http://67.252.9.117:9000/wifi/forgotpassword
  96. gatekeeper = http://67.252.9.117:9000/
  97. uas = http://67.252.9.117:9000/
  98.  
  99. [WifiService]
  100. GridName = "Jaysgrid"
  101. LoginURL = "http://67.252.9.117:9000"
  102. WebAddress = "http://67.252.9.117:9000"
  103.  
  104. ;; The Wifi Administrator account
  105. AdminFirst = "Johnny"
  106. AdminLast = "Bank"
  107. AdminEmail = "admin@localhost"
  108. AdminPassword = ""
  109.  
  110. ;; Do you want to be able to control grid registrations?
  111. AccountConfirmationRequired = true
  112.  
  113. ;; Variables for your mail server
  114. ;; Users will get email notifications from this account.
  115. SmtpHost = "smtp.gmail.com"
  116. SmtpPort = "587"
  117. SmtpUsername = "@gmail.com"
  118. SmtpPassword = ""
  119.  
  120. HomeLocation = "Jaysgrid/128/128/30"
  121.  
  122. ;; Who can upload IARs? Set the UserLevel of accounts in order to restrict
  123. ;; this feature. Default is 0 (everyone can do it)
  124. ; IARUserLevel = 0
  125.  
  126.  
  127. [TOSModule]
  128. ;; Disabled by default. Disable it if you like by setting this to false
  129. Enabled = false
  130. ;; Tell the users what this is about
  131. Message = "Please read and agree to the Terms of Service"
  132. ;; Should local users be shown the TOS on first login?
  133. ShowToLocalUsers = false
  134. ;; Should foreign users be shown the TOS on first HG login?
  135. ShowToForeignUsers = true
  136. ;; Change the text on that page for your own TOS.
  137. ;; You'll find it under <your diva dir>/WifiPages/tos.html
  138. TOS_URL = "http://67.252.9.117:9000/wifi/tos.html"
  139.  
  140. [Groups]
  141. GroupsExternalURI = "http://67.252.9.117:9000"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement