Robust.HG.ini.example 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  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,HGAssetService@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 is 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. ;; Perform distance check for the creation of a linked region
  61. ; Check4096 = "True"
  62. ;; Needed to display non-default map tile images for linked regions
  63. AssetService = "OpenSim.Services.AssetService.dll:AssetService"
  64. ;; Directory for map tile images of linked regions
  65. ; MapTileDirectory = "./"
  66. ;; Next, we can specify properties of regions, including default and fallback regions
  67. ;; The syntax is: Region_<RegionName> = "<flags>"
  68. ;; or: Region_<RegionID> = "<flags>"
  69. ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut,Reservation,NoMove,Authenticate
  70. ;; For example:
  71. ; Region_Welcome_Area = "DefaultRegion, FallbackRegion"
  72. ; (replace spaces with underscore)
  73. ; * This is the configuration for the freeswitch server in grid mode
  74. [FreeswitchService]
  75. LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
  76. ;; IP of your FS server
  77. ; ServerAddress = 127.0.0.1
  78. ;; All other options are - well - optional
  79. ; Realm = "127.0.0.1"
  80. ; SIPProxy = "127.0.0.1:5060"
  81. ; EchoServer = "127.0.0.1"
  82. ; EchoPort = 50505
  83. ; AttemptSTUN = "false"
  84. ; DefaultTimeout = 5000
  85. ; Context = "default"
  86. ; UserName = "freeswitch"
  87. ; Password = "password"
  88. ; * This is the new style authentication service. Currently, only MySQL
  89. ; * is implemented.
  90. ; *
  91. [AuthenticationService]
  92. ; for the server connector
  93. LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  94. ; Realm = "useraccounts"
  95. [OpenIdService]
  96. ; for the server connector
  97. AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  98. UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  99. ; * This is the new style user service.
  100. ; * "Realm" is the table that is used for user lookup.
  101. ; * It defaults to "useraccounts", which uses the new style.
  102. ; * Realm = "users" will use the legacy tables as an authentication source
  103. ; *
  104. [UserAccountService]
  105. ; for the server connector
  106. LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  107. ; Realm = "useraccounts"
  108. ; These are for creating new accounts by the service
  109. AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  110. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  111. GridService = "OpenSim.Services.GridService.dll:GridService"
  112. InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
  113. [GridUserService]
  114. ; for the server connector
  115. LocalServiceModule = "OpenSim.Services.UserAccountService.dll:GridUserService"
  116. [PresenceService]
  117. ; for the server connector
  118. LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
  119. [AvatarService]
  120. ; for the server connector
  121. LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService"
  122. [FriendsService]
  123. ; for the server connector
  124. LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService"
  125. [LibraryService]
  126. LibraryName = "OpenSim Library"
  127. DefaultLibrary = "./inventory/Libraries.xml"
  128. [LoginService]
  129. ; for the server connector
  130. LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService"
  131. ; for the service
  132. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  133. GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
  134. AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  135. InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
  136. AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
  137. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  138. GridService = "OpenSim.Services.GridService.dll:GridService"
  139. SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
  140. LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService"
  141. UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
  142. FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
  143. WelcomeMessage = "Welcome, Avatar!"
  144. AllowRemoteSetLoginLevel = "false"
  145. ; If you run this login server behind a proxy, set this to true
  146. ; HasProxy = false
  147. ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs)
  148. ; CHANGE THIS
  149. GatekeeperURI = "http://127.0.0.1:8002"
  150. SRV_HomeURI = "http://127.0.0.1:8002"
  151. SRV_InventoryServerURI = "http://127.0.0.1:8002"
  152. SRV_AssetServerURI = "http://127.0.0.1:8002"
  153. SRV_ProfileServerURI = "http://127.0.0.1:8002/user"
  154. [GridInfoService]
  155. ; These settings are used to return information on a get_grid_info call.
  156. ; Client launcher scripts and third-party clients make use of this to
  157. ; autoconfigure the client and to provide a nice user experience. If you
  158. ; want to facilitate that, you should configure the settings here according
  159. ; to your grid or standalone setup.
  160. ;
  161. ; See http://opensimulator.org/wiki/GridInfo
  162. ; login uri: for grid this is the login server URI
  163. login = http://127.0.0.1:8002/
  164. ; long grid name: the long name of your grid
  165. gridname = "the lost continent of hippo"
  166. ; short grid name: the short name of your grid
  167. gridnick = "hippogrid"
  168. ; login page: optional: if it exists it will be used to tell the client to use
  169. ; this as splash page
  170. ;welcome = http://127.0.0.1/welcome
  171. ; helper uri: optional: if it exists if will be used to tell the client to use
  172. ; this for all economy related things
  173. ;economy = http://127.0.0.1:8002/
  174. ; web page of grid: optional: page providing further information about your grid
  175. ;about = http://127.0.0.1/about/
  176. ; account creation: optional: page providing further information about obtaining
  177. ; a user account on your grid
  178. ;register = http://127.0.0.1/register
  179. ; help: optional: page providing further assistance for users of your grid
  180. ;help = http://127.0.0.1/help
  181. ; password help: optional: page providing password assistance for users of your grid
  182. ;password = http://127.0.0.1/password
  183. [GatekeeperService]
  184. LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"
  185. ;; for the service
  186. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  187. UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
  188. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  189. GridService = "OpenSim.Services.GridService.dll:GridService"
  190. AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector"
  191. SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
  192. ; how does the outside world reach me? This acts as public key too.
  193. ; CHANGE THIS
  194. ExternalName = "http://127.0.0.1:8002"
  195. ; Does this grid allow incoming links to any region in it?
  196. ; If false, HG TPs happen only to the Default regions specified in [GridService] section
  197. AllowTeleportsToAnyRegion = true
  198. ; If you run this gatekeeper server behind a proxy, set this to true
  199. ; HasProxy = false
  200. [UserAgentService]
  201. LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService"
  202. ;; for the service
  203. GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
  204. GridService = "OpenSim.Services.GridService.dll:GridService"
  205. GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService"
  206. ; If you run this user agent server behind a proxy, set this to true
  207. ; HasProxy = false
  208. ;; If you separate the UserAgentService from the LoginService, set this to
  209. ;; the IP address of the machine where your LoginService is
  210. ;LoginServerIP = "127.0.0.1"
  211. ; * The interface that local users get when they are in other grids.
  212. ; * This restricts the inventory operations while in other grids.
  213. ; * Still not completely safe, especially if users perform inventory operations
  214. ; * while in those grids. The more the user accesses his/her inventory, the more
  215. ; * those simulators will know about the user's inventory.
  216. ; *
  217. [HGInventoryService]
  218. ; For the InventoryServiceInConnector
  219. LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInventoryService"
  220. UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  221. ProfileServerURI = "http://127.0.0.1:8002/user"
  222. ; * The interface that local users get when they are in other grids.
  223. ; * This restricts the access that the rest of the world has to
  224. ; * the assets of this world.
  225. ; *
  226. [HGAssetService]
  227. LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService"
  228. UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  229. ProfileServerURI = "http://127.0.0.1:8002/user"