aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-11-28 00:01:32 +0000
committerJustin Clark-Casey (justincc)2014-11-28 00:01:32 +0000
commite8ec1e6de557d88626689d25fb6a00d2e439d34b (patch)
tree842daf09b9b1ea349cea3b2688d04396e1e44991 /bin/Robust.HG.ini.example
parentBe more explicit again in UMM bad HomeURL message by logging the original cre... (diff)
downloadopensim-SC_OLD-e8ec1e6de557d88626689d25fb6a00d2e439d34b.zip
opensim-SC_OLD-e8ec1e6de557d88626689d25fb6a00d2e439d34b.tar.gz
opensim-SC_OLD-e8ec1e6de557d88626689d25fb6a00d2e439d34b.tar.bz2
opensim-SC_OLD-e8ec1e6de557d88626689d25fb6a00d2e439d34b.tar.xz
minor: Make Robust.ini.example and Robust.HG.ini.example files consistent within themselves and OpenSim.ini.example by changing tabs to spaces, indenting, spacing.
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example276
1 files changed, 150 insertions, 126 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index ef6f080..fe2b4f9 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -21,73 +21,74 @@
21; * [[<ConfigName>@]<port>/]<dll name>[:<class name>] 21; * [[<ConfigName>@]<port>/]<dll name>[:<class name>]
22; * 22; *
23[Startup] 23[Startup]
24 ; Place to create a PID file 24 ; Place to create a PID file
25 ; If no path if specified then a PID file is not created. 25 ; If no path if specified then a PID file is not created.
26 ; PIDFile = "/tmp/Robust.exe.pid" 26 ; PIDFile = "/tmp/Robust.exe.pid"
27 27
28 ; Plugin Registry Location 28 ; Plugin Registry Location
29 ; Set path to directory for plugin registry. Information 29 ; Set path to directory for plugin registry. Information
30 ; about the registered repositories and installed plugins 30 ; about the registered repositories and installed plugins
31 ; will be stored here 31 ; will be stored here
32 ; The Robust.exe process must have R/W access to the location 32 ; The Robust.exe process must have R/W access to the location
33 RegistryLocation = "." 33 RegistryLocation = "."
34 34
35 ; Modular configurations 35 ; Modular configurations
36 ; Set path to directory for modular ini files... 36 ; Set path to directory for modular ini files...
37 ; The Robust.exe process must have R/W access to the location 37 ; The Robust.exe process must have R/W access to the location
38 ConfigDirectory = "." 38 ConfigDirectory = "."
39 39
40 ; Console commands can be saved to a file, so the command history persists after a restart. (default is true) 40 ; Console commands can be saved to a file, so the command history persists after a restart. (default is true)
41 ConsoleHistoryFileEnabled = true 41 ConsoleHistoryFileEnabled = true
42 42
43 ; The history file can be just a filename (relative to OpenSim's bin/ directory 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/) 44 ; or it can be a full path to somewhere else. (default is OpenSimConsoleHistory.txt in bin/)
45 ConsoleHistoryFile = "RobustConsoleHistory.txt" 45 ConsoleHistoryFile = "RobustConsoleHistory.txt"
46
47 ; How many lines of command history should we keep? (default is 100)
48 ConsoleHistoryFileLines = 100
46 49
47 ; How many lines of command history should we keep? (default is 100)
48 ConsoleHistoryFileLines = 100
49 50
50[ServiceList] 51[ServiceList]
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"
51 91
52AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector"
53InventoryInConnector = "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"
56GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector"
57GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector"
58AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector"
59OpenIdServerConnector = "8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector"
60AvatarServiceConnector = "8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector"
61LLLoginServiceInConnector = "8002/OpenSim.Server.Handlers.dll:LLLoginServiceInConnector"
62PresenceServiceConnector = "8003/OpenSim.Server.Handlers.dll:PresenceServiceConnector"
63UserAccountServiceConnector = "8003/OpenSim.Server.Handlers.dll:UserAccountServiceConnector"
64GridUserServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridUserServiceConnector"
65FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector"
66MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector"
67MapGetServiceConnector = "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
77GatekeeperServiceInConnector = "8002/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector"
78UserAgentServerConnector = "8002/OpenSim.Server.Handlers.dll:UserAgentServerConnector"
79HeloServiceInConnector = "8002/OpenSim.Server.Handlers.dll:HeloServiceInConnector"
80HGFriendsServerConnector = "8002/OpenSim.Server.Handlers.dll:HGFriendsServerConnector"
81InstantMessageServerConnector = "8002/OpenSim.Server.Handlers.dll:InstantMessageServerConnector"
82HGInventoryServiceConnector = "HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector"
83HGAssetServiceConnector = "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
92; * This is common for all services, it's the network setup for the entire 93; * This is common for all services, it's the network setup for the entire
93; * server instance, if none is specified above 94; * server instance, if none is specified above
@@ -114,28 +115,28 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
114 ; Password for cert 115 ; Password for cert
115 ; cert_pass = "password" 116 ; cert_pass = "password"
116 117
117 ;; The follow 3 variables are for HTTP Basic Authentication for the Robust services. 118 ;; 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 ;; 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 ;; but you want to protect them from unauthorized access.
120 ; AuthType = "BasicHttpAuthentication" 121 ; AuthType = "BasicHttpAuthentication"
121 ; HttpAuthUsername = "some_username" 122 ; HttpAuthUsername = "some_username"
122 ; HttpAuthPassword = "some_password" 123 ; HttpAuthPassword = "some_password"
123 ;; 124 ;;
124 ;; AuthType above can be overriden in any of the service sections below by 125 ;; AuthType above can be overriden in any of the service sections below by
125 ; AuthType = "None" 126 ; AuthType = "None"
126 ;; This is useful in cases where you want to protect most of the services, 127 ;; 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 ;; but unprotect individual services. Username and Password can also be
128 ;; overriden if you want to use different credentials for the different services. 129 ;; 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 ;; Hypergrid services are not affected by this; they are publicly available
130 ;; by design. 131 ;; by design.
131 132
132 133 ; * The following are for the remote console
133; * The following are for the remote console 134 ; * They have no effect for the local or basic console types
134; * They have no effect for the local or basic console types 135 ; * Leave commented to diable logins to the console
135; * Leave commented to diable logins to the console 136 ;ConsoleUser = Test
136;ConsoleUser = Test 137 ;ConsolePass = secret
137;ConsolePass = secret 138 ;ConsolePort = 0
138;ConsolePort = 0 139
139 140
140[Hypergrid] 141[Hypergrid]
141 ;# {HomeURI} {Hypergrid} {The Home URL of this world} {} 142 ;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
@@ -152,6 +153,7 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
152 ;; This is a default that can be overwritten in some sections. 153 ;; This is a default that can be overwritten in some sections.
153 ; GatekeeperURI = "http://127.0.0.1:8002" 154 ; GatekeeperURI = "http://127.0.0.1:8002"
154 155
156
155[DatabaseService] 157[DatabaseService]
156 ; PGSQL 158 ; PGSQL
157 ; Uncomment these lines if you want to use PGSQL storage 159 ; Uncomment these lines if you want to use PGSQL storage
@@ -165,6 +167,7 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
165 StorageProvider = "OpenSim.Data.MySQL.dll" 167 StorageProvider = "OpenSim.Data.MySQL.dll"
166 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;" 168 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
167 169
170
168; * As an example, the below configuration precisely mimicks the legacy 171; * As an example, the below configuration precisely mimicks the legacy
169; * asset server. It is read by the asset IN connector (defined above) 172; * 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, 173; * and it then loads the OUT connector (a local database module). That,
@@ -175,12 +178,14 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
175 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" 178 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
176 AssetLoaderArgs = "./assets/AssetSets.xml" 179 AssetLoaderArgs = "./assets/AssetSets.xml"
177 180
181
178; * This configuration loads the inventory server modules. It duplicates 182; * This configuration loads the inventory server modules. It duplicates
179; * the function of the legacy inventory server 183; * the function of the legacy inventory server
180; * 184; *
181[InventoryService] 185[InventoryService]
182 LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService" 186 LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
183 187
188
184; * This is the new style grid service. 189; * This is the new style grid service.
185; * "Realm" is the table that is used for user lookup. 190; * "Realm" is the table that is used for user lookup.
186; * It defaults to "regions", which uses the legacy tables 191; * It defaults to "regions", which uses the legacy tables
@@ -270,6 +275,7 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
270 ; EchoPort = 50505 275 ; EchoPort = 50505
271 ; AttemptSTUN = false 276 ; AttemptSTUN = false
272 277
278
273; * This is the new style authentication service. Currently, only MySQL 279; * This is the new style authentication service. Currently, only MySQL
274; * is implemented. 280; * is implemented.
275; * 281; *
@@ -290,11 +296,13 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
290 ;; Default is false. 296 ;; Default is false.
291 ; AllowSetPassword = false 297 ; AllowSetPassword = false
292 298
299
293[OpenIdService] 300[OpenIdService]
294 ; for the server connector 301 ; for the server connector
295 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 302 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
296 UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" 303 UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
297 304
305
298; * This is the new style user service. 306; * This is the new style user service.
299; * "Realm" is the table that is used for user lookup. 307; * "Realm" is the table that is used for user lookup.
300; * It defaults to "useraccounts", which uses the new style. 308; * It defaults to "useraccounts", which uses the new style.
@@ -331,22 +339,27 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
331 ; for the server connector 339 ; for the server connector
332 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:GridUserService" 340 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:GridUserService"
333 341
342
334[PresenceService] 343[PresenceService]
335 ; for the server connector 344 ; for the server connector
336 LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" 345 LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
337 346
347
338[AvatarService] 348[AvatarService]
339 ; for the server connector 349 ; for the server connector
340 LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService" 350 LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService"
341 351
352
342[FriendsService] 353[FriendsService]
343 ; for the server connector 354 ; for the server connector
344 LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService" 355 LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService"
345 356
357
346[LibraryService] 358[LibraryService]
347 LibraryName = "OpenSim Library" 359 LibraryName = "OpenSim Library"
348 DefaultLibrary = "./inventory/Libraries.xml" 360 DefaultLibrary = "./inventory/Libraries.xml"
349 361
362
350[LoginService] 363[LoginService]
351 ; for the server connector 364 ; for the server connector
352 LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService" 365 LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService"
@@ -392,8 +405,8 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
392 ; HasProxy = false 405 ; HasProxy = false
393 406
394 ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs) 407 ; 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 408 ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented
396 ; GatekeeperURI = "http://127.0.0.1:8002" 409 ; GatekeeperURI = "http://127.0.0.1:8002"
397 410
398 SRV_HomeURI = "http://127.0.0.1:8002" 411 SRV_HomeURI = "http://127.0.0.1:8002"
399 SRV_InventoryServerURI = "http://127.0.0.1:8002" 412 SRV_InventoryServerURI = "http://127.0.0.1:8002"
@@ -403,20 +416,20 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
403 SRV_IMServerURI = "http://127.0.0.1:8002" 416 SRV_IMServerURI = "http://127.0.0.1:8002"
404 SRV_GroupsServerURI = "http://127.0.0.1:8002" 417 SRV_GroupsServerURI = "http://127.0.0.1:8002"
405 418
406 ;; Regular expressions for controlling which client versions are accepted/denied. 419 ;; Regular expressions for controlling which client versions are accepted/denied.
407 ;; An empty string means nothing is checked. 420 ;; An empty string means nothing is checked.
408 ;; 421 ;;
409 ;; Example 1: allow only these 3 types of clients (any version of them) 422 ;; Example 1: allow only these 3 types of clients (any version of them)
410 ;; AllowedClients = "Imprudence|Hippo|Second Life" 423 ;; AllowedClients = "Imprudence|Hippo|Second Life"
411 ;; 424 ;;
412 ;; Example 2: allow all clients except these 425 ;; Example 2: allow all clients except these
413 ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald" 426 ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald"
414 ;; 427 ;;
415 ;; Note that these are regular expressions, so every character counts. 428 ;; 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 429 ;; 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. 430 ;; for keeping bad clients out; modified clients can fake their identifiers.
418 ;; 431 ;;
419 ;; 432 ;;
420 ;AllowedClients = "" 433 ;AllowedClients = ""
421 ;DeniedClients = "" 434 ;DeniedClients = ""
422 435
@@ -432,18 +445,21 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
432 ;; 'America/Los_Angeles' is used on Linux/Mac systems whilst 'Pacific Standard Time' is used on Windows 445 ;; '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" 446 DSTZone = "America/Los_Angeles;Pacific Standard Time"
434 447
448
435[MapImageService] 449[MapImageService]
436 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" 450 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
437 ; Set this if you want to change the default 451
438 ; TilesStoragePath = "maptiles" 452 ; Set this if you want to change the default
439 ; 453 ; TilesStoragePath = "maptiles"
440 ; If for some reason you have the AddMapTile service outside the firewall (e.g. 8002), 454 ;
441 ; you may want to set this. Otherwise, don't set it, because it's already protected. 455 ; If for some reason you have the AddMapTile service outside the firewall (e.g. 8002),
442 ; GridService = "OpenSim.Services.GridService.dll:GridService" 456 ; you may want to set this. Otherwise, don't set it, because it's already protected.
443 ; 457 ; GridService = "OpenSim.Services.GridService.dll:GridService"
458 ;
444 ; Additionally, if you run this server behind a proxy, set this to true 459 ; Additionally, if you run this server behind a proxy, set this to true
445 ; HasProxy = false 460 ; HasProxy = false
446 461
462
447[GridInfoService] 463[GridInfoService]
448 ; These settings are used to return information on a get_grid_info call. 464 ; 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 465 ; Client launcher scripts and third-party clients make use of this to
@@ -491,6 +507,7 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
491 ; this is the entry point for all user-related HG services 507 ; this is the entry point for all user-related HG services
492 ; uas = http://127.0.0.1:8002/ 508 ; uas = http://127.0.0.1:8002/
493 509
510
494[GatekeeperService] 511[GatekeeperService]
495 LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" 512 LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"
496 ;; for the service 513 ;; for the service
@@ -594,17 +611,18 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
594[HGInventoryService] 611[HGInventoryService]
595 ; For the InventoryServiceInConnector 612 ; For the InventoryServiceInConnector
596 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGSuitcaseInventoryService" 613 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGSuitcaseInventoryService"
597 ;; alternatives: 614 ;; alternatives:
598 ;; HG1.5, more permissive, not recommended, but still supported 615 ;; HG1.5, more permissive, not recommended, but still supported
599 ;LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInventoryService" 616 ;LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInventoryService"
600 ;; HG1.0, totally permissive, not recommended, but OK for grids with 100% trust 617 ;; HG1.0, totally permissive, not recommended, but OK for grids with 100% trust
601 ;LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService" 618 ;LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
602 619
603 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 620 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
604 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" 621 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
622
623 ;; Can overwrite the default in [Hypergrid], but probably shouldn't
624 ; HomeURI = "http://127.0.0.1:8002"
605 625
606 ;; Can overwrite the default in [Hypergrid], but probably shouldn't
607 ; HomeURI = "http://127.0.0.1:8002"
608 626
609; * The interface that local users get when they are in other grids. 627; * 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 628; * This restricts the access that the rest of the world has to
@@ -614,28 +632,30 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
614 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService" 632 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService"
615 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 633 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
616 634
617 ;; Can overwrite the default in [Hypergrid], but probably shouldn't 635 ;; Can overwrite the default in [Hypergrid], but probably shouldn't
618 ; HomeURI = "http://127.0.0.1:8002" 636 ; HomeURI = "http://127.0.0.1:8002"
619 637
620 ;; The asset types that this grid can export to / import from other grids. 638 ;; The asset types that this grid can export to / import from other grids.
621 ;; Comma separated. 639 ;; Comma separated.
622 ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely: 640 ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely:
623 ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText, 641 ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText,
624 ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh 642 ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh
625 ;; 643 ;;
626 ;; Leave blank or commented if you don't want to apply any restrictions. 644 ;; 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 645 ;; A more strict, but still reasonable, policy may be to disallow the exchange
628 ;; of scripts, like so: 646 ;; of scripts, like so:
629 ; DisallowExport ="LSLText" 647 ; DisallowExport ="LSLText"
630 ; DisallowImport ="LSLBytecode" 648 ; DisallowImport ="LSLBytecode"
631 649
650
632[HGFriendsService] 651[HGFriendsService]
633 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGFriendsService" 652 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGFriendsService"
634 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" 653 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
635 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" 654 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
636 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 655 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
637 GridService = "OpenSim.Services.GridService.dll:GridService" 656 GridService = "OpenSim.Services.GridService.dll:GridService"
638 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" 657 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
658
639 659
640[HGInstantMessageService] 660[HGInstantMessageService]
641 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" 661 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService"
@@ -645,18 +665,21 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
645 ; This should always be true in the Robust config 665 ; This should always be true in the Robust config
646 InGatekeeper = True 666 InGatekeeper = True
647 667
668
648[Messaging] 669[Messaging]
649 ; OfflineIM 670 ; OfflineIM
650 OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" 671 OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"
651 672
673
652[Groups] 674[Groups]
653 ;; for the HG Groups service 675 ;; for the HG Groups service
654 OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" 676 OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"
655 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 677 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
656 678
657 ;; What is the HomeURI of users associated with this grid? 679 ;; What is the HomeURI of users associated with this grid?
658 ;; Can overwrite the default in [Hypergrid], but probably shouldn't 680 ;; Can overwrite the default in [Hypergrid], but probably shouldn't
659 ; HomeURI = "http://127.0.0.1:8002" 681 ; HomeURI = "http://127.0.0.1:8002"
682
660 683
661[UserProfilesService] 684[UserProfilesService]
662 LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService" 685 LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService"
@@ -667,6 +690,7 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
667 UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService 690 UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
668 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 691 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
669 692
693
670[BakedTextureService] 694[BakedTextureService]
671 LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" 695 LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes"
672 ;; This directory must be writable by the user ROBUST runs as. It will be created automatically. 696 ;; This directory must be writable by the user ROBUST runs as. It will be created automatically.