Robust.HG.ini.example 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636
  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. ; Place to create a PID file
  24. ; If no path if specified then a PID file is not created.
  25. ; PIDFile = "/tmp/Robust.exe.pid"
  26. ; Plugin Registry Location
  27. ; Set path to directory for plugin registry. Information
  28. ; about the registered repositories and installed plugins
  29. ; will be stored here
  30. ; The Robust.exe process must have R/W access to the location
  31. RegistryLocation = "."
  32. ; Modular configurations
  33. ; Set path to directory for modular ini files...
  34. ; The Robust.exe process must have R/W access to the location
  35. ConfigDirectory = "."
  36. [ServiceList]
  37. AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector"
  38. InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector"
  39. ;; Uncomment if you have set up Freeswitch (see [FreeswitchService] below)
  40. ;VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector"
  41. GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector"
  42. GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector"
  43. AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector"
  44. OpenIdServerConnector = "8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector"
  45. AvatarServiceConnector = "8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector"
  46. LLLoginServiceInConnector = "8002/OpenSim.Server.Handlers.dll:LLLoginServiceInConnector"
  47. PresenceServiceConnector = "8003/OpenSim.Server.Handlers.dll:PresenceServiceConnector"
  48. UserAccountServiceConnector = "8003/OpenSim.Server.Handlers.dll:UserAccountServiceConnector"
  49. GridUserServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridUserServiceConnector"
  50. FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector"
  51. MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector"
  52. MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector"
  53. ;; Uncomment this if you want offline IM to work
  54. ; OfflineIMServiceConnector = "8003/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector"
  55. ;; Uncomment this if you want Groups V2 to work
  56. ; GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector"
  57. ;; Additions for Hypergrid
  58. GatekeeperServiceInConnector = "8002/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector"
  59. UserAgentServerConnector = "8002/OpenSim.Server.Handlers.dll:UserAgentServerConnector"
  60. HeloServiceInConnector = "8002/OpenSim.Server.Handlers.dll:HeloServiceInConnector"
  61. HGFriendsServerConnector = "8002/OpenSim.Server.Handlers.dll:HGFriendsServerConnector"
  62. InstantMessageServerConnector = "8002/OpenSim.Server.Handlers.dll:InstantMessageServerConnector"
  63. HGInventoryServiceConnector = "HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector"
  64. HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector"
  65. ;; Uncomment this if you want Groups V2, HG to work
  66. ; HGGroupsServiceConnector = "8002/OpenSim.Addons.Groups.dll:HGGroupsServiceRobustConnector"
  67. ;; Additions for other add-on modules. For example:
  68. ;; WifiServerConnector = "8002/Diva.Wifi.dll:WifiServerConnector"
  69. ;; Uncomment for UserProfiles see [UserProfilesService] to configure...
  70. ; UserProfilesServiceConnector = "8002/OpenSim.Server.Handlers.dll:UserProfilesConnector"
  71. ; * This is common for all services, it's the network setup for the entire
  72. ; * server instance, if none is specified above
  73. ; *
  74. [Network]
  75. port = 8003
  76. ; HTTPS for "Out of band" management applications such as the remote admin
  77. ; module. May specify https_main = True to make the main http server
  78. ; use https or "False" to make the main server HTTP
  79. ; https_main = False
  80. ;
  81. ; Create https_listener = "True" will create a listener on the port
  82. ; specified. Provide the path to your server certificate along with it's
  83. ; password
  84. ; https_listener = False
  85. ;
  86. ; Set our listener to this port
  87. ; https_port = 0
  88. ;
  89. ; Path to X509 certificate
  90. ; cert_path = "path/to/cert.p12"
  91. ;
  92. ; Password for cert
  93. ; cert_pass = "password"
  94. ; * The following are for the remote console
  95. ; * They have no effect for the local or basic console types
  96. ; * Leave commented to diable logins to the console
  97. ;ConsoleUser = Test
  98. ;ConsolePass = secret
  99. ;ConsolePort = 0
  100. [Hypergrid]
  101. ;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
  102. ;; This is the address of the external robust server that
  103. ;; runs the UserAgentsService, possibly this server.
  104. ;; For example http://myworld.com:8002
  105. ;; This is a default that can be overwritten in some sections.
  106. ; HomeURI = "http://127.0.0.1:8002"
  107. ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
  108. ;; This is the address of the external robust server
  109. ;; that runs the Gatekeeper service, possibly this server.
  110. ;; For example http://myworld.com:8002
  111. ;; This is a default that can be overwritten in some sections.
  112. ; GatekeeperURI = "http://127.0.0.1:8002"
  113. [DatabaseService]
  114. ; PGSQL
  115. ; Uncomment these lines if you want to use PGSQL storage
  116. ; Change the connection string to your db details
  117. ;StorageProvider = "OpenSim.Data.PGSQL.dll"
  118. ;ConnectionString = "Server=localhost;Database=opensim;User Id=opensim; password=***;"
  119. ; MySQL
  120. ; Uncomment these lines if you want to use MySQL storage
  121. ; Change the connection string to your db details
  122. StorageProvider = "OpenSim.Data.MySQL.dll"
  123. ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
  124. ; * As an example, the below configuration precisely mimicks the legacy
  125. ; * asset server. It is read by the asset IN connector (defined above)
  126. ; * and it then loads the OUT connector (a local database module). That,
  127. ; * in turn, reads the asset loader and database connection information
  128. ; *
  129. [AssetService]
  130. LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
  131. DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
  132. AssetLoaderArgs = "./assets/AssetSets.xml"
  133. ; * This configuration loads the inventory server modules. It duplicates
  134. ; * the function of the legacy inventory server
  135. ; *
  136. [InventoryService]
  137. LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
  138. ; * This is the new style grid service.
  139. ; * "Realm" is the table that is used for user lookup.
  140. ; * It defaults to "regions", which uses the legacy tables
  141. ; *
  142. [GridService]
  143. LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
  144. HypergridLinker = true
  145. ; Realm = "regions"
  146. ; AllowDuplicateNames = "True"
  147. ;; Perform distance check for the creation of a linked region
  148. ; Check4096 = "True"
  149. ;; Needed to display non-default map tile images for linked regions
  150. AssetService = "OpenSim.Services.AssetService.dll:AssetService"
  151. ;; Directory for map tile images of linked regions
  152. ; MapTileDirectory = "./maptiles"
  153. ;; Next, we can specify properties of regions, including default and fallback regions
  154. ;; The syntax is: Region_<RegionName> = "<flags>"
  155. ;; or: Region_<RegionID> = "<flags>"
  156. ;; where <flags> can be DefaultRegion, DefaultHGRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut, Reservation, NoMove, Authenticate
  157. ;;
  158. ;; DefaultRegion If a local login cannot be placed in the required region (e.g. home region does not exist, avatar is not allowed entry, etc.)
  159. ;; then this region becomes the destination. Only the first online default region will be used. If no DefaultHGRegion
  160. ;; is specified then this will also be used as the region for hypergrid connections that require it (commonly because they have not specified
  161. ;; an explicit region.
  162. ;;
  163. ;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online
  164. ;; region will be used.
  165. ;;
  166. ;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the
  167. ;; order specified. This only applies to local logins at this time, not Hypergrid connections.
  168. ;;
  169. ;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins.
  170. ;;
  171. ;; Persistent When the simulator is shutdown, the region is signalled as offline but left registered on the grid.
  172. ;;
  173. ; Region_Welcome_Area = "DefaultRegion, FallbackRegion"
  174. ; (replace spaces with underscore)
  175. ;; Allow Hyperlinks to be created at the console
  176. HypergridLinker = true
  177. ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
  178. ; GatekeeperURI = "http://127.0.0.1:8002"
  179. ; * This is the configuration for the freeswitch server in grid mode
  180. [FreeswitchService]
  181. LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
  182. ;; The IP address of your FreeSWITCH server.
  183. ;; This address must be reachable by viewers.
  184. ; ServerAddress = 127.0.0.1
  185. ;; The following configuration parameters are optional
  186. ;; By default, this is the same as the ServerAddress
  187. ; Realm = 127.0.0.1
  188. ;; By default, this is the same as the ServerAddress on port 5060
  189. ; SIPProxy = 127.0.0.1:5060
  190. ;; Default is 5000ms
  191. ; DefaultTimeout = 5000
  192. ;; The dial plan context. Default is "default"
  193. ; Context = default
  194. ;; Currently unused
  195. ; UserName = freeswitch
  196. ;; Currently unused
  197. ; Password = password
  198. ;; The following parameters are for STUN = Simple Traversal of UDP through NATs
  199. ;; See http://wiki.freeswitch.org/wiki/NAT_Traversal
  200. ;; stun.freeswitch.org is not guaranteed to be running so use it in
  201. ;; production at your own risk
  202. ; EchoServer = 127.0.0.1
  203. ; EchoPort = 50505
  204. ; AttemptSTUN = false
  205. ; * This is the new style authentication service. Currently, only MySQL
  206. ; * is implemented.
  207. ; *
  208. [AuthenticationService]
  209. ; for the server connector
  210. LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  211. ; Realm = "useraccounts"
  212. ;; Allow the service to process HTTP getauthinfo calls.
  213. ;; Default is false.
  214. ; AllowGetAuthInfo = false
  215. ;; Allow the service to process HTTP setauthinfo calls.
  216. ;; Default is false.
  217. ; AllowSetAuthInfo = false
  218. ;; Allow the service to process HTTP setpassword calls.
  219. ;; Default is false.
  220. ; AllowSetPassword = false
  221. [OpenIdService]
  222. ; for the server connector
  223. AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  224. UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  225. ; * This is the new style user service.
  226. ; * "Realm" is the table that is used for user lookup.
  227. ; * It defaults to "useraccounts", which uses the new style.
  228. ; * Realm = "users" will use the legacy tables as an authentication source
  229. ; *
  230. [UserAccountService]
  231. ; for the server connector
  232. LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  233. ; Realm = "useraccounts"
  234. ; These are for creating new accounts by the service
  235. AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  236. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  237. GridService = "OpenSim.Services.GridService.dll:GridService"
  238. InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
  239. AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
  240. ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2
  241. ;; to show a default "Ruth" avatar rather than a cloud for a newly created user.
  242. ;; Default is false
  243. CreateDefaultAvatarEntries = true
  244. ;; Allow the service to process HTTP createuser calls.
  245. ;; Default is false.
  246. ; AllowCreateUser = false
  247. ;; Allow the service to process HTTP setaccount calls.
  248. ;; Default is false.
  249. ; AllowSetAccount = false
  250. [GridUserService]
  251. ; for the server connector
  252. LocalServiceModule = "OpenSim.Services.UserAccountService.dll:GridUserService"
  253. [PresenceService]
  254. ; for the server connector
  255. LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
  256. [AvatarService]
  257. ; for the server connector
  258. LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService"
  259. [FriendsService]
  260. ; for the server connector
  261. LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService"
  262. [LibraryService]
  263. LibraryName = "OpenSim Library"
  264. DefaultLibrary = "./inventory/Libraries.xml"
  265. [LoginService]
  266. ; for the server connector
  267. LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService"
  268. ; for the service
  269. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  270. GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
  271. AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  272. InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
  273. AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
  274. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  275. GridService = "OpenSim.Services.GridService.dll:GridService"
  276. SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
  277. LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService"
  278. UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
  279. FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
  280. ;; Ask co-operative viewers to use a different currency name
  281. ;Currency = ""
  282. ;; Set minimum fee to publish classified
  283. ; ClassifiedFee = 0
  284. WelcomeMessage = "Welcome, Avatar!"
  285. AllowRemoteSetLoginLevel = "false"
  286. ; For V2 map
  287. MapTileURL = "http://127.0.0.1:8002";
  288. ; For V2/3 Web Profiles
  289. ; Work in progress: The ProfileServerURL/OpenIDServerURL are
  290. ; being used in a development viewer as support for webprofiles
  291. ; is being developed across the componets
  292. ;
  293. ; ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]"
  294. ;
  295. ; For V2/V3 webapp authentication SSO
  296. ; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/"
  297. ; For V3 destination guide
  298. ; DestinationGuide = "http://127.0.0.1/guide"
  299. ; For V3 avatar picker (( work in progress ))
  300. ; AvatarPicker = "http://127.0.0.1/avatars"
  301. ; If you run this login server behind a proxy, set this to true
  302. ; HasProxy = false
  303. ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs)
  304. ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented
  305. ; GatekeeperURI = "http://127.0.0.1:8002"
  306. SRV_HomeURI = "http://127.0.0.1:8002"
  307. SRV_InventoryServerURI = "http://127.0.0.1:8002"
  308. SRV_AssetServerURI = "http://127.0.0.1:8002"
  309. SRV_ProfileServerURI = "http://127.0.0.1:8002"
  310. SRV_FriendsServerURI = "http://127.0.0.1:8002"
  311. SRV_IMServerURI = "http://127.0.0.1:8002"
  312. SRV_GroupsServerURI = "http://127.0.0.1:8002"
  313. ;; Regular expressions for controlling which client versions are accepted/denied.
  314. ;; An empty string means nothing is checked.
  315. ;;
  316. ;; Example 1: allow only these 3 types of clients (any version of them)
  317. ;; AllowedClients = "Imprudence|Hippo|Second Life"
  318. ;;
  319. ;; Example 2: allow all clients except these
  320. ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald"
  321. ;;
  322. ;; Note that these are regular expressions, so every character counts.
  323. ;; Also note that this is very weak security and should not be trusted as a reliable means
  324. ;; for keeping bad clients out; modified clients can fake their identifiers.
  325. ;;
  326. ;;
  327. ;AllowedClients = ""
  328. ;DeniedClients = ""
  329. ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time"
  330. ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time
  331. ;; However, they do rely on the server to tell them whether it's Daylight Saving Time or not.
  332. ;; Hence, calculating DST based on a different timezone can result in a misleading viewer display and inconsistencies between grids.
  333. ;; By default, this setting uses various timezone names to calculate DST with regards to the viewer's standard PST.
  334. ;; Options are
  335. ;; "none" no DST
  336. ;; "local" use the server's only timezone to calculate DST. This is previous OpenSimulator behaviour.
  337. ;; "America/Los_Angeles;Pacific Standard Time" use these timezone names to look up Daylight savings.
  338. ;; 'America/Los_Angeles' is used on Linux/Mac systems whilst 'Pacific Standard Time' is used on Windows
  339. DSTZone = "America/Los_Angeles;Pacific Standard Time"
  340. [MapImageService]
  341. LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
  342. ; Set this if you want to change the default
  343. ; TilesStoragePath = "maptiles"
  344. ;
  345. ; If for some reason you have the AddMapTile service outside the firewall (e.g. 8002),
  346. ; you may want to set this. Otherwise, don't set it, because it's already protected.
  347. ; GridService = "OpenSim.Services.GridService.dll:GridService"
  348. ;
  349. ; Additionally, if you run this server behind a proxy, set this to true
  350. ; HasProxy = false
  351. [GridInfoService]
  352. ; These settings are used to return information on a get_grid_info call.
  353. ; Client launcher scripts and third-party clients make use of this to
  354. ; autoconfigure the client and to provide a nice user experience. If you
  355. ; want to facilitate that, you should configure the settings here according
  356. ; to your grid or standalone setup.
  357. ;
  358. ; See http://opensimulator.org/wiki/GridInfo
  359. ; login uri: for grid this is the login server URI
  360. login = http://127.0.0.1:8002/
  361. ; long grid name: the long name of your grid
  362. gridname = "the lost continent of hippo"
  363. ; short grid name: the short name of your grid
  364. gridnick = "hippogrid"
  365. ; login page: optional: if it exists it will be used to tell the client to use
  366. ; this as splash page
  367. ;welcome = http://127.0.0.1/welcome
  368. ; helper uri: optional: if it exists if will be used to tell the client to use
  369. ; this for all economy related things
  370. ;economy = http://127.0.0.1:8002/
  371. ; web page of grid: optional: page providing further information about your grid
  372. ;about = http://127.0.0.1/about/
  373. ; account creation: optional: page providing further information about obtaining
  374. ; a user account on your grid
  375. ;register = http://127.0.0.1/register
  376. ; help: optional: page providing further assistance for users of your grid
  377. ;help = http://127.0.0.1/help
  378. ; password help: optional: page providing password assistance for users of your grid
  379. ;password = http://127.0.0.1/password
  380. ; HG address of the gatekeeper, if you have one
  381. ; this is the entry point for all the regions of the world
  382. ; gatekeeper = http://127.0.0.1:8002/
  383. ; HG user domain, if you have one
  384. ; this is the entry point for all user-related HG services
  385. ; uas = http://127.0.0.1:8002/
  386. [GatekeeperService]
  387. LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"
  388. ;; for the service
  389. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  390. UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
  391. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  392. GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
  393. GridService = "OpenSim.Services.GridService.dll:GridService"
  394. AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector"
  395. SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
  396. ; how does the outside world reach me? This acts as public key too.
  397. ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented
  398. ; ExternalName = "http://127.0.0.1:8002"
  399. ; Does this grid allow incoming links to any region in it?
  400. ; If false, HG TPs happen only to the Default regions specified in [GridService] section
  401. AllowTeleportsToAnyRegion = true
  402. ; If you run this gatekeeper server behind a proxy, set this to true
  403. ; HasProxy = false
  404. ;; Regular expressions for controlling which client versions are accepted/denied.
  405. ;; An empty string means nothing is checked.
  406. ;;
  407. ;; Example 1: allow only these 3 types of clients (any version of them)
  408. ;; AllowedClients = "Imprudence|Hippo|Second Life"
  409. ;;
  410. ;; Example 2: allow all clients except these
  411. ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald"
  412. ;;
  413. ;; Note that these are regular expressions, so every character counts.
  414. ;; Also note that this is very weak security and should not be trusted as a reliable means
  415. ;; for keeping bad clients out; modified clients can fake their identifiers.
  416. ;;
  417. ;;
  418. ;AllowedClients = ""
  419. ;DeniedClients = ""
  420. ;; Are foreign visitors allowed?
  421. ;ForeignAgentsAllowed = true
  422. ;;
  423. ;; If ForeignAgentsAllowed is true, make exceptions using AllowExcept.
  424. ;; Leave blank or commented for no exceptions.
  425. ; AllowExcept = "http://griefer.com:8002, http://enemy.com:8002"
  426. ;;
  427. ;; If ForeignAgentsAllowed is false, make exceptions using DisallowExcept
  428. ;; Leave blank or commented for no exceptions.
  429. ; DisallowExcept = "http://myfriendgrid.com:8002, http://myboss.com:8002"
  430. [UserAgentService]
  431. LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService"
  432. ;; for the service
  433. GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
  434. GridService = "OpenSim.Services.GridService.dll:GridService"
  435. GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService"
  436. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  437. FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
  438. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  439. ; If you run this user agent server behind a proxy, set this to true
  440. ; HasProxy = false
  441. ;; If you separate the UserAgentService from the LoginService, set this to
  442. ;; the IP address of the machine where your LoginService is
  443. ;LoginServerIP = "127.0.0.1"
  444. ; User level required to be contacted from other grids
  445. ;LevelOutsideContacts = 0
  446. ;; Restrictions on destinations of local users.
  447. ;; Are local users allowed to visit other grids?
  448. ;; What user level? Use variables of this forrm:
  449. ;; ForeignTripsAllowed_Level_<UserLevel> = true | false
  450. ;; (the default is true)
  451. ;; For example:
  452. ; ForeignTripsAllowed_Level_0 = false
  453. ; ForeignTripsAllowed_Level_200 = true ; true is default, no need to say it
  454. ;;
  455. ;; If ForeignTripsAllowed is false, make exceptions using DisallowExcept
  456. ;; Leave blank or commented for no exceptions.
  457. ; DisallowExcept_Level_0 = "http://myothergrid.com:8002, http://boss.com:8002"
  458. ;;
  459. ;; If ForeignTripsAllowed is true, make exceptions using AllowExcept.
  460. ;; Leave blank or commented for no exceptions.
  461. ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002"
  462. ; * The interface that local users get when they are in other grids.
  463. ; * This restricts the inventory operations while in other grids.
  464. ; * Still not completely safe, especially if users perform inventory operations
  465. ; * while in those grids. The more the user accesses his/her inventory, the more
  466. ; * those simulators will know about the user's inventory.
  467. ; *
  468. [HGInventoryService]
  469. ; For the InventoryServiceInConnector
  470. LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGSuitcaseInventoryService"
  471. ;; alternatives:
  472. ;; HG1.5, more permissive, not recommended, but still supported
  473. ;LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInventoryService"
  474. ;; HG1.0, totally permissive, not recommended, but OK for grids with 100% trust
  475. ;LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
  476. UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  477. AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
  478. ;; Can overwrite the default in [Hypergrid], but probably shouldn't
  479. ; HomeURI = "http://127.0.0.1:8002"
  480. ; * The interface that local users get when they are in other grids.
  481. ; * This restricts the access that the rest of the world has to
  482. ; * the assets of this world.
  483. ; *
  484. [HGAssetService]
  485. LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService"
  486. UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  487. ;; Can overwrite the default in [Hypergrid], but probably shouldn't
  488. ; HomeURI = "http://127.0.0.1:8002"
  489. ;; The asset types that this grid can export to / import from other grids.
  490. ;; Comma separated.
  491. ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely:
  492. ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText,
  493. ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh
  494. ;;
  495. ;; Leave blank or commented if you don't want to apply any restrictions.
  496. ;; A more strict, but still reasonable, policy may be to disallow the exchange
  497. ;; of scripts, like so:
  498. ; DisallowExport ="LSLText"
  499. ; DisallowImport ="LSLBytecode"
  500. [HGFriendsService]
  501. LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGFriendsService"
  502. UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
  503. FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
  504. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  505. GridService = "OpenSim.Services.GridService.dll:GridService"
  506. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  507. [HGInstantMessageService]
  508. LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService"
  509. GridService = "OpenSim.Services.GridService.dll:GridService"
  510. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  511. UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
  512. ; This should always be true in the Robust config
  513. InGatekeeper = True
  514. [Messaging]
  515. ; OfflineIM
  516. OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"
  517. [Groups]
  518. ;; for the HG Groups service
  519. OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"
  520. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  521. ;; What is the HomeURI of users associated with this grid?
  522. ;; Can overwrite the default in [Hypergrid], but probably shouldn't
  523. ; HomeURI = "http://127.0.0.1:8002"
  524. [UserProfilesService]
  525. LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService"
  526. Enabled = false
  527. ;; Configure this for separate profiles database
  528. ;; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
  529. ;; Realm = UserProfiles
  530. UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
  531. AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"