Robust.HG.ini.example 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. ; * Run
  2. ; * $ Robust.exe -inifile Robust.HG.ini
  3. ; *
  4. ; * Configurations for enabling HG1.5
  5. ; *
  6. ; * HG1.5 handlers are: OpenSim.Server.Handlers.dll:GatekeeperService
  7. ; * OpenSim.Server.Handlers.dll:UserAgentService
  8. ; * Additional OpenSim.Server.Handlers.dll:AssetServiceConnector and
  9. ; * OpenSim.Server.Handlers.dll:XInventoryInConnector
  10. ; * are started in port 8002, outside the firewall
  11. ; *
  12. ; * The startup section lists all the connectors to start up in this server
  13. ; * instance. This may be only one, or it may be the entire server suite.
  14. ; * Multiple connectors should be separated by commas.
  15. ; *
  16. ; * These are the IN connectors the server uses, the in connectors
  17. ; * read this config file and load the needed service and database connectors
  18. ; *
  19. ; * The full syntax of a connector string is:
  20. ; * [[<ConfigName>@]<port>/]<dll name>[:<class name>]
  21. ; *
  22. [Startup]
  23. ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003/OpenSim.Server.Handlers.dll:XInventoryInConnector,8002/OpenSim.Server.Handlers.dll:FreeswitchServerConnector,8003/OpenSim.Server.Handlers.dll:GridServiceConnector,8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector,8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector,8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector,8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector,8002/OpenSim.Server.Handlers.dll:LLLoginServiceInConnector,8003/OpenSim.Server.Handlers.dll:PresenceServiceConnector,8003/OpenSim.Server.Handlers.dll:UserAccountServiceConnector,8003/OpenSim.Server.Handlers.dll:GridUserServiceConnector,8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector,8002/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector,8002/OpenSim.Server.Handlers.dll:UserAgentServerConnector,HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector,8002/OpenSim.Server.Handlers.dll:AssetServiceConnector,8002/OpenSim.Server.Handlers.dll:HeloServiceInConnector"
  24. ; * This is common for all services, it's the network setup for the entire
  25. ; * server instance, if none if specified above
  26. ; *
  27. [Network]
  28. port = 8003
  29. ; * The following are for the remote console
  30. ; * They have no effect for the local or basic console types
  31. ; * Leave commented to diable logins to the console
  32. ;ConsoleUser = Test
  33. ;ConsolePass = secret
  34. ;ConsolePort = 0
  35. [DatabaseService]
  36. StorageProvider = "OpenSim.Data.MySQL.dll"
  37. ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
  38. ; * As an example, the below configuration precisely mimicks the legacy
  39. ; * asset server. It is read by the asset IN connector (defined above)
  40. ; * and it then loads the OUT connector (a local database module). That,
  41. ; * in turn, reads the asset loader and database connection information
  42. ; *
  43. [AssetService]
  44. LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
  45. DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
  46. AssetLoaderArgs = "assets/AssetSets.xml"
  47. ; * This configuration loads the inventory server modules. It duplicates
  48. ; * the function of the legacy inventory server
  49. ; *
  50. [InventoryService]
  51. LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
  52. ; * This is the new style grid service.
  53. ; * "Realm" is the table that is used for user lookup.
  54. ; * It defaults to "regions", which uses the legacy tables
  55. ; *
  56. [GridService]
  57. LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
  58. ; Realm = "regions"
  59. ; AllowDuplicateNames = "True"
  60. ; Check4096 = "False"
  61. ;; Next, we can specify properties of regions, including default and fallback regions
  62. ;; The syntax is: Region_<RegionName> = "<flags>"
  63. ;; or: Region_<RegionID> = "<flags>"
  64. ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut,Reservation,NoMove,Authenticate
  65. ;; For example:
  66. ; Region_Welcome_Area = "DefaultRegion, FallbackRegion"
  67. ; (replace spaces with underscore)
  68. ; * This is the configuration for the freeswitch server in grid mode
  69. [FreeswitchService]
  70. LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
  71. ; * This is the new style authentication service. Currently, only MySQL
  72. ; * is implemented. "Realm" is the table that is used for user lookup.
  73. ; * It defaults to "useraccounts", which uses the new style.
  74. ; * Realm = "users" will use the legacy tables as an authentication source
  75. ; *
  76. [AuthenticationService]
  77. ; for the server connector
  78. LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  79. ; Realm = "useraccounts"
  80. [OpenIdService]
  81. ; for the server connector
  82. AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  83. UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  84. ; * This is the new style user service.
  85. ; * "Realm" is the table that is used for user lookup.
  86. ; * It defaults to "users", which uses the legacy tables
  87. ; *
  88. [UserAccountService]
  89. ; for the server connector
  90. LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  91. ; Realm = "useraccounts"
  92. ; These are for creating new accounts by the service
  93. AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  94. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  95. GridService = "OpenSim.Services.GridService.dll:GridService"
  96. InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
  97. [GridUserService]
  98. ; for the server connector
  99. LocalServiceModule = "OpenSim.Services.UserAccountService.dll:GridUserService"
  100. [PresenceService]
  101. ; for the server connector
  102. LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
  103. [AvatarService]
  104. ; for the server connector
  105. LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService"
  106. [FriendsService]
  107. ; for the server connector
  108. LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService"
  109. [LibraryService]
  110. LibraryName = "OpenSim Library"
  111. DefaultLibrary = "./inventory/Libraries.xml"
  112. [LoginService]
  113. ; for the server connector
  114. LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService"
  115. ; for the service
  116. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  117. GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
  118. AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  119. InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
  120. AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
  121. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  122. GridService = "OpenSim.Services.GridService.dll:GridService"
  123. SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
  124. LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService"
  125. UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
  126. FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
  127. WelcomeMessage = "Welcome, Avatar!"
  128. AllowRemoteSetLoginLevel = "false"
  129. ; If you run this login server behind a proxy, set this to true
  130. ; HasProxy = true
  131. ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs)
  132. ; CHANGE THIS
  133. HomeURI = "http://127.0.0.1:8002"
  134. GatekeeperURI = "http://127.0.0.1:8002"
  135. InventoryServerURI = "http://127.0.0.1:8002"
  136. AssetServerURI = "http://127.0.0.1:8002"
  137. [GridInfoService]
  138. ; These settings are used to return information on a get_grid_info call.
  139. ; Client launcher scripts and third-party clients make use of this to
  140. ; autoconfigure the client and to provide a nice user experience. If you
  141. ; want to facilitate that, you should configure the settings here according
  142. ; to your grid or standalone setup.
  143. ;
  144. ; See http://opensimulator.org/wiki/GridInfo
  145. ; login uri: for grid this is the login server URI
  146. login = http://127.0.0.1:9000/
  147. ; long grid name: the long name of your grid
  148. gridname = "the lost continent of hippo"
  149. ; short grid name: the short name of your grid
  150. gridnick = "hippogrid"
  151. ; login page: optional: if it exists it will be used to tell the client to use
  152. ; this as splash page
  153. ;welcome = http://127.0.0.1/welcome
  154. ; helper uri: optional: if it exists if will be used to tell the client to use
  155. ; this for all economy related things
  156. ;economy = http://127.0.0.1:9000/
  157. ; web page of grid: optional: page providing further information about your grid
  158. ;about = http://127.0.0.1/about/
  159. ; account creation: optional: page providing further information about obtaining
  160. ; a user account on your grid
  161. ;register = http://127.0.0.1/register
  162. ; help: optional: page providing further assistance for users of your grid
  163. ;help = http://127.0.0.1/help
  164. ; password help: optional: page providing password assistance for users of your grid
  165. ;password = http://127.0.0.1/password
  166. [GatekeeperService]
  167. LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"
  168. ;; for the service
  169. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  170. UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
  171. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  172. GridService = "OpenSim.Services.GridService.dll:GridService"
  173. AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector"
  174. SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
  175. ; how does the outside world reach me? This acts as public key too.
  176. ; CHANGE THIS
  177. ExternalName = "http://127.0.0.1:8002"
  178. ; Does this grid allow incoming links to any region in it?
  179. ; If false, HG TPs happen only to the Default regions specified in [GridService] section
  180. AllowTeleportsToAnyRegion = true
  181. [UserAgentService]
  182. LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService"
  183. ;; for the service
  184. GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
  185. GridService = "OpenSim.Services.GridService.dll:GridService"
  186. GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService"
  187. ;; If you separate the UserAgentService from the LoginService, set this to
  188. ;; the IP address of the machine where your LoginService is
  189. ;LoginServerIP = "127.0.0.1"
  190. ; * The interface that local users get when they are in other grids.
  191. ; * This restricts the inventory operations while in other grids.
  192. ; * Still not completely safe, especially if users perform inventory operations
  193. ; * while in those grids. The more the user accesses his/her inventory, the more
  194. ; * those simulators will know about the user's inventory.
  195. ; *
  196. [HGInventoryService]
  197. ; For the InventoryServiceInConnector
  198. LocalServiceModule = "OpenSim.Services.InventoryService.dll:HGInventoryService"