aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example84
1 files changed, 55 insertions, 29 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index c7d4b7f..274132e 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -22,17 +22,31 @@
22; * 22; *
23[Startup] 23[Startup]
24 24
25; Plugin Registry Location 25 ; Plugin Registry Location
26; Set path to directory for plugin registry. Information 26 ; Set path to directory for plugin registry. Information
27; about the registered repositories and installed plugins 27 ; about the registered repositories and installed plugins
28; will be stored here 28 ; will be stored here
29; The Robust.exe process must hvae R/W access to the location 29 ; The Robust.exe process must hvae R/W access to the location
30RegistryLocation = "." 30 RegistryLocation = "."
31 31
32; Modular configurations 32 ; Modular configurations
33; Set path to directory for modular ini files... 33 ; Set path to directory for modular ini files...
34; The Robust.exe process must hvae R/W access to the location 34 ; The Robust.exe process must hvae R/W access to the location
35ConfigDirectory = "/home/opensim/etc/Configs" 35 ConfigDirectory = "/home/opensim/etc/Configs"
36
37 ;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
38 ;; This is the address of the external robust server that
39 ;; runs the UserAgentsService, possibly this server.
40 ;; For example http://myworld.com:8002
41 ;; This is a default that can be overwritten in some sections.
42 ; HomeURI = "http://127.0.0.1:8002"
43
44 ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
45 ;; This is the address of the external robust server
46 ;; that runs the Gatekeeper service, possibly this server.
47 ;; For example http://myworld.com:8002
48 ;; This is a default that can be overwritten in some sections.
49 ; GatekeeperURI = "http://127.0.0.1:8002"
36 50
37[ServiceList] 51[ServiceList]
38 52
@@ -51,6 +65,10 @@ GridUserServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridUserServiceConn
51FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector" 65FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector"
52MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector" 66MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector"
53MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector" 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"
54 72
55;; Additions for Hypergrid 73;; Additions for Hypergrid
56 74
@@ -61,6 +79,8 @@ HGFriendsServerConnector = "8002/OpenSim.Server.Handlers.dll:HGFriendsServerConn
61InstantMessageServerConnector = "8002/OpenSim.Server.Handlers.dll:InstantMessageServerConnector" 79InstantMessageServerConnector = "8002/OpenSim.Server.Handlers.dll:InstantMessageServerConnector"
62HGInventoryServiceConnector = "HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector" 80HGInventoryServiceConnector = "HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector"
63HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector" 81HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector"
82;; Uncomment this if you want Groups V2, HG to work
83; HGGroupsServiceConnector = "8002/Diva.Groups.dll:HGGroupsServiceRobustConnector"
64 84
65;; Additions for other add-on modules. For example: 85;; Additions for other add-on modules. For example:
66;; WifiServerConnector = "8002/Diva.Wifi.dll:WifiServerConnector" 86;; WifiServerConnector = "8002/Diva.Wifi.dll:WifiServerConnector"
@@ -149,7 +169,8 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
149 ;; Allow Hyperlinks to be created at the console 169 ;; Allow Hyperlinks to be created at the console
150 HypergridLinker = true 170 HypergridLinker = true
151 171
152 Gatekeeper = "http://127.0.0.1:8002" 172 ;; If you have this set under [Startup], no need to set it here, leave it commented
173 ; GatekeeperURI = "http://127.0.0.1:8002"
153 174
154 175
155; * This is the configuration for the freeswitch server in grid mode 176; * This is the configuration for the freeswitch server in grid mode
@@ -303,8 +324,8 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
303 ; HasProxy = false 324 ; HasProxy = false
304 325
305 ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs) 326 ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs)
306 ; CHANGE THIS 327 ;; If you have Gatekeeper set under [Startup], no need to set it here, leave it commented
307 GatekeeperURI = "http://127.0.0.1:8002" 328 ; GatekeeperURI = "http://127.0.0.1:8002"
308 329
309 SRV_HomeURI = "http://127.0.0.1:8002" 330 SRV_HomeURI = "http://127.0.0.1:8002"
310 SRV_InventoryServerURI = "http://127.0.0.1:8002" 331 SRV_InventoryServerURI = "http://127.0.0.1:8002"
@@ -411,8 +432,8 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
411 AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector" 432 AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector"
412 SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector" 433 SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
413 ; how does the outside world reach me? This acts as public key too. 434 ; how does the outside world reach me? This acts as public key too.
414 ; CHANGE THIS 435 ;; If you have GatekeeperURI set under [Startup], no need to set it here, leave it commented
415 ExternalName = "http://127.0.0.1:8002" 436 ; ExternalName = "http://127.0.0.1:8002"
416 437
417 ; Does this grid allow incoming links to any region in it? 438 ; Does this grid allow incoming links to any region in it?
418 ; If false, HG TPs happen only to the Default regions specified in [GridService] section 439 ; If false, HG TPs happen only to the Default regions specified in [GridService] section
@@ -505,7 +526,9 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
505 526
506 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 527 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
507 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" 528 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
508 HomeURI = "http://127.0.0.1:8002" 529
530 ;; Can overwrite the default in [Startup], but probably shouldn't
531 ; HomeURI = "http://127.0.0.1:8002"
509 532
510; * The interface that local users get when they are in other grids. 533; * The interface that local users get when they are in other grids.
511; * This restricts the access that the rest of the world has to 534; * This restricts the access that the rest of the world has to
@@ -514,7 +537,9 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
514[HGAssetService] 537[HGAssetService]
515 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService" 538 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService"
516 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 539 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
517 HomeURI = "http://127.0.0.1:8002" 540
541 ;; Can overwrite the default in [Startup], but probably shouldn't
542 ; HomeURI = "http://127.0.0.1:8002"
518 543
519 ;; The asset types that this grid can export to / import from other grids. 544 ;; The asset types that this grid can export to / import from other grids.
520 ;; Comma separated. 545 ;; Comma separated.
@@ -545,15 +570,16 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
545 InGatekeeper = True 570 InGatekeeper = True
546 571
547[Messaging] 572[Messaging]
548 ; If you have an Offline IM server, set the vars in this section, so that 573 ; OfflineIM
549 ; incomming IMs to local users from foreign grids can be saved 574 OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"
550 ; 575
551 ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule} {URL of offline messaging service} {} 576[Groups]
552 ;; URL of web service for offline message storage 577 ;; for the HG Groups service
553 ; OfflineMessageURL = http://yourserver/Offline.php 578 OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"
554 579 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
555 ;; Control whether group messages are forwarded to offline users. 580
556 ;; Default is true. 581 ;; What is the HomeURI of users associated with this grid?
557 ;; This applies to the core groups module (Flotsam) only. 582 ;; Can overwrite the default in [Startup], but probably shouldn't
558 ; ForwardOfflineGroupMessages = true 583 ; HomeURI = "http://127.0.0.1:8002"
584
559 585