clockwerk-opensim – Blame information for rev 1

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