diff options
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.HG.ini.example | 81 |
1 files changed, 61 insertions, 20 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 4ecc6b0..581c31d 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -22,11 +22,24 @@ | |||
22 | ; * | 22 | ; * |
23 | [Startup] | 23 | [Startup] |
24 | 24 | ||
25 | ; Plugin Registry Location | ||
26 | ; Set path to directory for plugin registry. Information | ||
27 | ; about the registered repositories and installed plugins | ||
28 | ; will be stored here | ||
29 | ; The Robust.exe process must have R/W access to the location | ||
30 | RegistryLocation = "." | ||
31 | |||
32 | ; Modular configurations | ||
33 | ; Set path to directory for modular ini files... | ||
34 | ; The Robust.exe process must have R/W access to the location | ||
35 | ConfigDirectory = "/home/opensim/etc/Configs" | ||
36 | |||
25 | [ServiceList] | 37 | [ServiceList] |
26 | 38 | ||
27 | AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" | 39 | AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" |
28 | InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector" | 40 | InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector" |
29 | VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector" | 41 | ;; Uncomment if you have set up Freeswitch (see [FreeswitchService] below) |
42 | ;VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector" | ||
30 | GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector" | 43 | GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector" |
31 | GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector" | 44 | GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector" |
32 | AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector" | 45 | AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector" |
@@ -39,6 +52,10 @@ GridUserServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridUserServiceConn | |||
39 | FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector" | 52 | FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector" |
40 | MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector" | 53 | MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector" |
41 | MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector" | 54 | MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector" |
55 | ;; Uncomment this if you want offline IM to work | ||
56 | ; OfflineIMServiceConnector = "8003/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector" | ||
57 | ;; Uncomment this if you want Groups V2 to work | ||
58 | ; GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector" | ||
42 | 59 | ||
43 | ;; Additions for Hypergrid | 60 | ;; Additions for Hypergrid |
44 | 61 | ||
@@ -49,11 +66,12 @@ HGFriendsServerConnector = "8002/OpenSim.Server.Handlers.dll:HGFriendsServerConn | |||
49 | InstantMessageServerConnector = "8002/OpenSim.Server.Handlers.dll:InstantMessageServerConnector" | 66 | InstantMessageServerConnector = "8002/OpenSim.Server.Handlers.dll:InstantMessageServerConnector" |
50 | HGInventoryServiceConnector = "HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector" | 67 | HGInventoryServiceConnector = "HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector" |
51 | HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector" | 68 | HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector" |
69 | ;; Uncomment this if you want Groups V2, HG to work | ||
70 | ; HGGroupsServiceConnector = "8002/OpenSim.Addons.Groups.dll:HGGroupsServiceRobustConnector" | ||
52 | 71 | ||
53 | ;; Additions for other add-on modules. For example: | 72 | ;; Additions for other add-on modules. For example: |
54 | ;; WifiServerConnector = "8002/Diva.Wifi.dll:WifiServerConnector" | 73 | ;; WifiServerConnector = "8002/Diva.Wifi.dll:WifiServerConnector" |
55 | 74 | ||
56 | |||
57 | ; * This is common for all services, it's the network setup for the entire | 75 | ; * This is common for all services, it's the network setup for the entire |
58 | ; * server instance, if none is specified above | 76 | ; * server instance, if none is specified above |
59 | ; * | 77 | ; * |
@@ -87,6 +105,21 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
87 | ;ConsolePass = secret | 105 | ;ConsolePass = secret |
88 | ;ConsolePort = 0 | 106 | ;ConsolePort = 0 |
89 | 107 | ||
108 | [Hypergrid] | ||
109 | ;# {HomeURI} {Hypergrid} {The Home URL of this world} {} | ||
110 | ;; This is the address of the external robust server that | ||
111 | ;; runs the UserAgentsService, possibly this server. | ||
112 | ;; For example http://myworld.com:8002 | ||
113 | ;; This is a default that can be overwritten in some sections. | ||
114 | ; HomeURI = "http://127.0.0.1:8002" | ||
115 | |||
116 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} | ||
117 | ;; This is the address of the external robust server | ||
118 | ;; that runs the Gatekeeper service, possibly this server. | ||
119 | ;; For example http://myworld.com:8002 | ||
120 | ;; This is a default that can be overwritten in some sections. | ||
121 | ; GatekeeperURI = "http://127.0.0.1:8002" | ||
122 | |||
90 | [DatabaseService] | 123 | [DatabaseService] |
91 | StorageProvider = "OpenSim.Data.MySQL.dll" | 124 | StorageProvider = "OpenSim.Data.MySQL.dll" |
92 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;" | 125 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;" |
@@ -138,7 +171,8 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
138 | ;; Allow Hyperlinks to be created at the console | 171 | ;; Allow Hyperlinks to be created at the console |
139 | HypergridLinker = true | 172 | HypergridLinker = true |
140 | 173 | ||
141 | Gatekeeper = "http://127.0.0.1:8002" | 174 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented |
175 | ; GatekeeperURI = "http://127.0.0.1:8002" | ||
142 | 176 | ||
143 | 177 | ||
144 | ; * This is the configuration for the freeswitch server in grid mode | 178 | ; * This is the configuration for the freeswitch server in grid mode |
@@ -292,8 +326,8 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
292 | ; HasProxy = false | 326 | ; HasProxy = false |
293 | 327 | ||
294 | ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs) | 328 | ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs) |
295 | ; CHANGE THIS | 329 | ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented |
296 | GatekeeperURI = "http://127.0.0.1:8002" | 330 | ; GatekeeperURI = "http://127.0.0.1:8002" |
297 | 331 | ||
298 | SRV_HomeURI = "http://127.0.0.1:8002" | 332 | SRV_HomeURI = "http://127.0.0.1:8002" |
299 | SRV_InventoryServerURI = "http://127.0.0.1:8002" | 333 | SRV_InventoryServerURI = "http://127.0.0.1:8002" |
@@ -301,6 +335,7 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
301 | SRV_ProfileServerURI = "http://127.0.0.1:8002" | 335 | SRV_ProfileServerURI = "http://127.0.0.1:8002" |
302 | SRV_FriendsServerURI = "http://127.0.0.1:8002" | 336 | SRV_FriendsServerURI = "http://127.0.0.1:8002" |
303 | SRV_IMServerURI = "http://127.0.0.1:8002" | 337 | SRV_IMServerURI = "http://127.0.0.1:8002" |
338 | SRV_GroupsServerURI = "http://127.0.0.1:8002" | ||
304 | 339 | ||
305 | ;; Regular expressions for controlling which client versions are accepted/denied. | 340 | ;; Regular expressions for controlling which client versions are accepted/denied. |
306 | ;; An empty string means nothing is checked. | 341 | ;; An empty string means nothing is checked. |
@@ -396,12 +431,13 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
396 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 431 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
397 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | 432 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" |
398 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | 433 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" |
434 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" | ||
399 | GridService = "OpenSim.Services.GridService.dll:GridService" | 435 | GridService = "OpenSim.Services.GridService.dll:GridService" |
400 | AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector" | 436 | AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector" |
401 | SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector" | 437 | SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector" |
402 | ; how does the outside world reach me? This acts as public key too. | 438 | ; how does the outside world reach me? This acts as public key too. |
403 | ; CHANGE THIS | 439 | ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented |
404 | ExternalName = "http://127.0.0.1:8002" | 440 | ; ExternalName = "http://127.0.0.1:8002" |
405 | 441 | ||
406 | ; Does this grid allow incoming links to any region in it? | 442 | ; Does this grid allow incoming links to any region in it? |
407 | ; If false, HG TPs happen only to the Default regions specified in [GridService] section | 443 | ; If false, HG TPs happen only to the Default regions specified in [GridService] section |
@@ -494,7 +530,9 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
494 | 530 | ||
495 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 531 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
496 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" | 532 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" |
497 | HomeURI = "http://127.0.0.1:8002" | 533 | |
534 | ;; Can overwrite the default in [Hypergrid], but probably shouldn't | ||
535 | ; HomeURI = "http://127.0.0.1:8002" | ||
498 | 536 | ||
499 | ; * The interface that local users get when they are in other grids. | 537 | ; * The interface that local users get when they are in other grids. |
500 | ; * This restricts the access that the rest of the world has to | 538 | ; * This restricts the access that the rest of the world has to |
@@ -503,7 +541,9 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
503 | [HGAssetService] | 541 | [HGAssetService] |
504 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService" | 542 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService" |
505 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 543 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
506 | HomeURI = "http://127.0.0.1:8002" | 544 | |
545 | ;; Can overwrite the default in [Hypergrid], but probably shouldn't | ||
546 | ; HomeURI = "http://127.0.0.1:8002" | ||
507 | 547 | ||
508 | ;; The asset types that this grid can export to / import from other grids. | 548 | ;; The asset types that this grid can export to / import from other grids. |
509 | ;; Comma separated. | 549 | ;; Comma separated. |
@@ -534,15 +574,16 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
534 | InGatekeeper = True | 574 | InGatekeeper = True |
535 | 575 | ||
536 | [Messaging] | 576 | [Messaging] |
537 | ; If you have an Offline IM server, set the vars in this section, so that | 577 | ; OfflineIM |
538 | ; incomming IMs to local users from foreign grids can be saved | 578 | OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" |
539 | ; | 579 | |
540 | ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule} {URL of offline messaging service} {} | 580 | [Groups] |
541 | ;; URL of web service for offline message storage | 581 | ;; for the HG Groups service |
542 | ; OfflineMessageURL = http://yourserver/Offline.php | 582 | OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" |
543 | 583 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | |
544 | ;; Control whether group messages are forwarded to offline users. | 584 | |
545 | ;; Default is true. | 585 | ;; What is the HomeURI of users associated with this grid? |
546 | ;; This applies to the core groups module (Flotsam) only. | 586 | ;; Can overwrite the default in [Hypergrid], but probably shouldn't |
547 | ; ForwardOfflineGroupMessages = true | 587 | ; HomeURI = "http://127.0.0.1:8002" |
588 | |||
548 | 589 | ||