Robust.HG.ini.example 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611
  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/my.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. StorageProvider = "OpenSim.Data.MySQL.dll"
  115. ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
  116. ; * As an example, the below configuration precisely mimicks the legacy
  117. ; * asset server. It is read by the asset IN connector (defined above)
  118. ; * and it then loads the OUT connector (a local database module). That,
  119. ; * in turn, reads the asset loader and database connection information
  120. ; *
  121. [AssetService]
  122. LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
  123. DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
  124. AssetLoaderArgs = "./assets/AssetSets.xml"
  125. ; * This configuration loads the inventory server modules. It duplicates
  126. ; * the function of the legacy inventory server
  127. ; *
  128. [InventoryService]
  129. LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
  130. ; * This is the new style grid service.
  131. ; * "Realm" is the table that is used for user lookup.
  132. ; * It defaults to "regions", which uses the legacy tables
  133. ; *
  134. [GridService]
  135. LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
  136. HypergridLinker = true
  137. ; Realm = "regions"
  138. ; AllowDuplicateNames = "True"
  139. ;; Perform distance check for the creation of a linked region
  140. ; Check4096 = "True"
  141. ;; Needed to display non-default map tile images for linked regions
  142. AssetService = "OpenSim.Services.AssetService.dll:AssetService"
  143. ;; Directory for map tile images of linked regions
  144. ; MapTileDirectory = "./maptiles"
  145. ;; Next, we can specify properties of regions, including default and fallback regions
  146. ;; The syntax is: Region_<RegionName> = "<flags>"
  147. ;; or: Region_<RegionID> = "<flags>"
  148. ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut,Reservation,NoMove,Authenticate
  149. ;; For example:
  150. ; Region_Welcome_Area = "DefaultRegion, FallbackRegion"
  151. ; (replace spaces with underscore)
  152. ;; Allow Hyperlinks to be created at the console
  153. HypergridLinker = true
  154. ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
  155. ; GatekeeperURI = "http://127.0.0.1:8002"
  156. ; * This is the configuration for the freeswitch server in grid mode
  157. [FreeswitchService]
  158. LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
  159. ;; The IP address of your FreeSWITCH server.
  160. ;; This address must be reachable by viewers.
  161. ; ServerAddress = 127.0.0.1
  162. ;; The following configuration parameters are optional
  163. ;; By default, this is the same as the ServerAddress
  164. ; Realm = 127.0.0.1
  165. ;; By default, this is the same as the ServerAddress on port 5060
  166. ; SIPProxy = 127.0.0.1:5060
  167. ;; Default is 5000ms
  168. ; DefaultTimeout = 5000
  169. ;; The dial plan context. Default is "default"
  170. ; Context = default
  171. ;; Currently unused
  172. ; UserName = freeswitch
  173. ;; Currently unused
  174. ; Password = password
  175. ;; The following parameters are for STUN = Simple Traversal of UDP through NATs
  176. ;; See http://wiki.freeswitch.org/wiki/NAT_Traversal
  177. ;; stun.freeswitch.org is not guaranteed to be running so use it in
  178. ;; production at your own risk
  179. ; EchoServer = 127.0.0.1
  180. ; EchoPort = 50505
  181. ; AttemptSTUN = false
  182. ; * This is the new style authentication service. Currently, only MySQL
  183. ; * is implemented.
  184. ; *
  185. [AuthenticationService]
  186. ; for the server connector
  187. LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  188. ; Realm = "useraccounts"
  189. ;; Allow the service to process HTTP getauthinfo calls.
  190. ;; Default is false.
  191. ; AllowGetAuthInfo = false
  192. ;; Allow the service to process HTTP setauthinfo calls.
  193. ;; Default is false.
  194. ; AllowSetAuthInfo = false
  195. ;; Allow the service to process HTTP setpassword calls.
  196. ;; Default is false.
  197. ; AllowSetPassword = false
  198. [OpenIdService]
  199. ; for the server connector
  200. AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  201. UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  202. ; * This is the new style user service.
  203. ; * "Realm" is the table that is used for user lookup.
  204. ; * It defaults to "useraccounts", which uses the new style.
  205. ; * Realm = "users" will use the legacy tables as an authentication source
  206. ; *
  207. [UserAccountService]
  208. ; for the server connector
  209. LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  210. ; Realm = "useraccounts"
  211. ; These are for creating new accounts by the service
  212. AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  213. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  214. GridService = "OpenSim.Services.GridService.dll:GridService"
  215. InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
  216. AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
  217. ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2
  218. ;; to show a default "Ruth" avatar rather than a cloud for a newly created user.
  219. ;; Default is false
  220. CreateDefaultAvatarEntries = true
  221. ;; Allow the service to process HTTP createuser calls.
  222. ;; Default is false.
  223. ; AllowCreateUser = false
  224. ;; Allow the service to process HTTP setaccount calls.
  225. ;; Default is false.
  226. ; AllowSetAccount = false
  227. [GridUserService]
  228. ; for the server connector
  229. LocalServiceModule = "OpenSim.Services.UserAccountService.dll:GridUserService"
  230. [PresenceService]
  231. ; for the server connector
  232. LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
  233. [AvatarService]
  234. ; for the server connector
  235. LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService"
  236. [FriendsService]
  237. ; for the server connector
  238. LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService"
  239. [LibraryService]
  240. LibraryName = "OpenSim Library"
  241. DefaultLibrary = "./inventory/Libraries.xml"
  242. [LoginService]
  243. ; for the server connector
  244. LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService"
  245. ; for the service
  246. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  247. GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
  248. AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  249. InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
  250. AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
  251. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  252. GridService = "OpenSim.Services.GridService.dll:GridService"
  253. SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
  254. LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService"
  255. UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
  256. FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
  257. ;; Ask co-operative viewers to use a different currency name
  258. ;Currency = ""
  259. ;; Set minimum fee to publish classified
  260. ; ClassifiedFee = 0
  261. WelcomeMessage = "Welcome, Avatar!"
  262. AllowRemoteSetLoginLevel = "false"
  263. ; For V2 map
  264. MapTileURL = "http://127.0.0.1:8002";
  265. ; For V2/3 Web Profiles
  266. ; Work in progress: The ProfileServerURL/OpenIDServerURL are
  267. ; being used in a development viewer as support for webprofiles
  268. ; is being developed across the componets
  269. ;
  270. ; ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]"
  271. ;
  272. ; For V2/V3 webapp authentication SSO
  273. ; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/"
  274. ; For V3 destination guide
  275. ; DestinationGuide = "http://127.0.0.1/guide"
  276. ; For V3 avatar picker (( work in progress ))
  277. ; AvatarPicker = "http://127.0.0.1/avatars"
  278. ; If you run this login server behind a proxy, set this to true
  279. ; HasProxy = false
  280. ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs)
  281. ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented
  282. ; GatekeeperURI = "http://127.0.0.1:8002"
  283. SRV_HomeURI = "http://127.0.0.1:8002"
  284. SRV_InventoryServerURI = "http://127.0.0.1:8002"
  285. SRV_AssetServerURI = "http://127.0.0.1:8002"
  286. SRV_ProfileServerURI = "http://127.0.0.1:8002"
  287. SRV_FriendsServerURI = "http://127.0.0.1:8002"
  288. SRV_IMServerURI = "http://127.0.0.1:8002"
  289. SRV_GroupsServerURI = "http://127.0.0.1:8002"
  290. ;; Regular expressions for controlling which client versions are accepted/denied.
  291. ;; An empty string means nothing is checked.
  292. ;;
  293. ;; Example 1: allow only these 3 types of clients (any version of them)
  294. ;; AllowedClients = "Imprudence|Hippo|Second Life"
  295. ;;
  296. ;; Example 2: allow all clients except these
  297. ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald"
  298. ;;
  299. ;; Note that these are regular expressions, so every character counts.
  300. ;; Also note that this is very weak security and should not be trusted as a reliable means
  301. ;; for keeping bad clients out; modified clients can fake their identifiers.
  302. ;;
  303. ;;
  304. ;AllowedClients = ""
  305. ;DeniedClients = ""
  306. ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time"
  307. ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time
  308. ;; However, they do rely on the server to tell them whether it's Daylight Saving Time or not.
  309. ;; Hence, calculating DST based on a different timezone can result in a misleading viewer display and inconsistencies between grids.
  310. ;; By default, this setting uses various timezone names to calculate DST with regards to the viewer's standard PST.
  311. ;; Options are
  312. ;; "none" no DST
  313. ;; "local" use the server's only timezone to calculate DST. This is previous OpenSimulator behaviour.
  314. ;; "America/Los_Angeles;Pacific Standard Time" use these timezone names to look up Daylight savings.
  315. ;; 'America/Los_Angeles' is used on Linux/Mac systems whilst 'Pacific Standard Time' is used on Windows
  316. DSTZone = "America/Los_Angeles;Pacific Standard Time"
  317. [MapImageService]
  318. LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
  319. ; Set this if you want to change the default
  320. ; TilesStoragePath = "maptiles"
  321. ;
  322. ; If for some reason you have the AddMapTile service outside the firewall (e.g. 8002),
  323. ; you may want to set this. Otherwise, don't set it, because it's already protected.
  324. ; GridService = "OpenSim.Services.GridService.dll:GridService"
  325. ;
  326. ; Additionally, if you run this server behind a proxy, set this to true
  327. ; HasProxy = false
  328. [GridInfoService]
  329. ; These settings are used to return information on a get_grid_info call.
  330. ; Client launcher scripts and third-party clients make use of this to
  331. ; autoconfigure the client and to provide a nice user experience. If you
  332. ; want to facilitate that, you should configure the settings here according
  333. ; to your grid or standalone setup.
  334. ;
  335. ; See http://opensimulator.org/wiki/GridInfo
  336. ; login uri: for grid this is the login server URI
  337. login = http://127.0.0.1:8002/
  338. ; long grid name: the long name of your grid
  339. gridname = "the lost continent of hippo"
  340. ; short grid name: the short name of your grid
  341. gridnick = "hippogrid"
  342. ; login page: optional: if it exists it will be used to tell the client to use
  343. ; this as splash page
  344. ;welcome = http://127.0.0.1/welcome
  345. ; helper uri: optional: if it exists if will be used to tell the client to use
  346. ; this for all economy related things
  347. ;economy = http://127.0.0.1:8002/
  348. ; web page of grid: optional: page providing further information about your grid
  349. ;about = http://127.0.0.1/about/
  350. ; account creation: optional: page providing further information about obtaining
  351. ; a user account on your grid
  352. ;register = http://127.0.0.1/register
  353. ; help: optional: page providing further assistance for users of your grid
  354. ;help = http://127.0.0.1/help
  355. ; password help: optional: page providing password assistance for users of your grid
  356. ;password = http://127.0.0.1/password
  357. ; HG address of the gatekeeper, if you have one
  358. ; this is the entry point for all the regions of the world
  359. ; gatekeeper = http://127.0.0.1:8002/
  360. ; HG user domain, if you have one
  361. ; this is the entry point for all user-related HG services
  362. ; uas = http://127.0.0.1:8002/
  363. [GatekeeperService]
  364. LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"
  365. ;; for the service
  366. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  367. UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
  368. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  369. GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
  370. GridService = "OpenSim.Services.GridService.dll:GridService"
  371. AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector"
  372. SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
  373. ; how does the outside world reach me? This acts as public key too.
  374. ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented
  375. ; ExternalName = "http://127.0.0.1:8002"
  376. ; Does this grid allow incoming links to any region in it?
  377. ; If false, HG TPs happen only to the Default regions specified in [GridService] section
  378. AllowTeleportsToAnyRegion = true
  379. ; If you run this gatekeeper server behind a proxy, set this to true
  380. ; HasProxy = false
  381. ;; Regular expressions for controlling which client versions are accepted/denied.
  382. ;; An empty string means nothing is checked.
  383. ;;
  384. ;; Example 1: allow only these 3 types of clients (any version of them)
  385. ;; AllowedClients = "Imprudence|Hippo|Second Life"
  386. ;;
  387. ;; Example 2: allow all clients except these
  388. ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald"
  389. ;;
  390. ;; Note that these are regular expressions, so every character counts.
  391. ;; Also note that this is very weak security and should not be trusted as a reliable means
  392. ;; for keeping bad clients out; modified clients can fake their identifiers.
  393. ;;
  394. ;;
  395. ;AllowedClients = ""
  396. ;DeniedClients = ""
  397. ;; Are foreign visitors allowed?
  398. ;ForeignAgentsAllowed = true
  399. ;;
  400. ;; If ForeignAgentsAllowed is true, make exceptions using AllowExcept.
  401. ;; Leave blank or commented for no exceptions.
  402. ; AllowExcept = "http://griefer.com:8002, http://enemy.com:8002"
  403. ;;
  404. ;; If ForeignAgentsAllowed is false, make exceptions using DisallowExcept
  405. ;; Leave blank or commented for no exceptions.
  406. ; DisallowExcept = "http://myfriendgrid.com:8002, http://myboss.com:8002"
  407. [UserAgentService]
  408. LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService"
  409. ;; for the service
  410. GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
  411. GridService = "OpenSim.Services.GridService.dll:GridService"
  412. GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService"
  413. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  414. FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
  415. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  416. ; If you run this user agent server behind a proxy, set this to true
  417. ; HasProxy = false
  418. ;; If you separate the UserAgentService from the LoginService, set this to
  419. ;; the IP address of the machine where your LoginService is
  420. ;LoginServerIP = "127.0.0.1"
  421. ; User level required to be contacted from other grids
  422. ;LevelOutsideContacts = 0
  423. ;; Restrictions on destinations of local users.
  424. ;; Are local users allowed to visit other grids?
  425. ;; What user level? Use variables of this forrm:
  426. ;; ForeignTripsAllowed_Level_<UserLevel> = true | false
  427. ;; (the default is true)
  428. ;; For example:
  429. ; ForeignTripsAllowed_Level_0 = false
  430. ; ForeignTripsAllowed_Level_200 = true ; true is default, no need to say it
  431. ;;
  432. ;; If ForeignTripsAllowed is false, make exceptions using DisallowExcept
  433. ;; Leave blank or commented for no exceptions.
  434. ; DisallowExcept_Level_0 = "http://myothergrid.com:8002, http://boss.com:8002"
  435. ;;
  436. ;; If ForeignTripsAllowed is true, make exceptions using AllowExcept.
  437. ;; Leave blank or commented for no exceptions.
  438. ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002"
  439. ; * The interface that local users get when they are in other grids.
  440. ; * This restricts the inventory operations while in other grids.
  441. ; * Still not completely safe, especially if users perform inventory operations
  442. ; * while in those grids. The more the user accesses his/her inventory, the more
  443. ; * those simulators will know about the user's inventory.
  444. ; *
  445. [HGInventoryService]
  446. ; For the InventoryServiceInConnector
  447. LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGSuitcaseInventoryService"
  448. ;; alternatives:
  449. ;; HG1.5, more permissive, not recommended, but still supported
  450. ;LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInventoryService"
  451. ;; HG1.0, totally permissive, not recommended, but OK for grids with 100% trust
  452. ;LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
  453. UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  454. AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
  455. ;; Can overwrite the default in [Hypergrid], but probably shouldn't
  456. ; HomeURI = "http://127.0.0.1:8002"
  457. ; * The interface that local users get when they are in other grids.
  458. ; * This restricts the access that the rest of the world has to
  459. ; * the assets of this world.
  460. ; *
  461. [HGAssetService]
  462. LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService"
  463. UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  464. ;; Can overwrite the default in [Hypergrid], but probably shouldn't
  465. ; HomeURI = "http://127.0.0.1:8002"
  466. ;; The asset types that this grid can export to / import from other grids.
  467. ;; Comma separated.
  468. ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely:
  469. ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText,
  470. ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh
  471. ;;
  472. ;; Leave blank or commented if you don't want to apply any restrictions.
  473. ;; A more strict, but still reasonable, policy may be to disallow the exchange
  474. ;; of scripts, like so:
  475. ; DisallowExport ="LSLText"
  476. ; DisallowImport ="LSLBytecode"
  477. [HGFriendsService]
  478. LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGFriendsService"
  479. UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
  480. FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
  481. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  482. GridService = "OpenSim.Services.GridService.dll:GridService"
  483. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  484. [HGInstantMessageService]
  485. LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService"
  486. GridService = "OpenSim.Services.GridService.dll:GridService"
  487. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  488. UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
  489. ; This should always be true in the Robust config
  490. InGatekeeper = True
  491. [Messaging]
  492. ; OfflineIM
  493. OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"
  494. [Groups]
  495. ;; for the HG Groups service
  496. OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"
  497. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  498. ;; What is the HomeURI of users associated with this grid?
  499. ;; Can overwrite the default in [Hypergrid], but probably shouldn't
  500. ; HomeURI = "http://127.0.0.1:8002"
  501. [UserProfilesService]
  502. LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService"
  503. Enabled = false
  504. ;; Configure this for separate profiles database
  505. ;; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
  506. ;; Realm = UserProfiles
  507. UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
  508. AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"