Robust.HG.ini.example 30 KB

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