opensim-config – Blame information for rev 3

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