Robust.HG.ini.example 34 KB

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