aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
authorMelanie2011-06-09 02:05:04 +0100
committerMelanie2011-06-09 02:05:04 +0100
commit326c46ba70cea70ddfe4aef9a6b73edff63e126a (patch)
tree5e76347b0d77f58717d8e5e4f3b8787ff01a18d7 /bin/Robust.HG.ini.example
parentMake the last otem in a list created with llCSV2List findable (diff)
parentConsistency fix on the last commit. (diff)
downloadopensim-SC-326c46ba70cea70ddfe4aef9a6b73edff63e126a.zip
opensim-SC-326c46ba70cea70ddfe4aef9a6b73edff63e126a.tar.gz
opensim-SC-326c46ba70cea70ddfe4aef9a6b73edff63e126a.tar.bz2
opensim-SC-326c46ba70cea70ddfe4aef9a6b73edff63e126a.tar.xz
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example36
1 files changed, 34 insertions, 2 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 0d79e77..812d265 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -21,7 +21,7 @@
21; * [[<ConfigName>@]<port>/]<dll name>[:<class name>] 21; * [[<ConfigName>@]<port>/]<dll name>[:<class name>]
22; * 22; *
23[Startup] 23[Startup]
24ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003/OpenSim.Server.Handlers.dll:XInventoryInConnector,8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector,8003/OpenSim.Server.Handlers.dll:GridServiceConnector,8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector,8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector,8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector,8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector,8002/OpenSim.Server.Handlers.dll:LLLoginServiceInConnector,8003/OpenSim.Server.Handlers.dll:PresenceServiceConnector,8003/OpenSim.Server.Handlers.dll:UserAccountServiceConnector,8003/OpenSim.Server.Handlers.dll:GridUserServiceConnector,8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector,8002/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector,8002/OpenSim.Server.Handlers.dll:UserAgentServerConnector,HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector,HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector,8002/OpenSim.Server.Handlers.dll:HeloServiceInConnector" 24ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003/OpenSim.Server.Handlers.dll:XInventoryInConnector,8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector,8003/OpenSim.Server.Handlers.dll:GridServiceConnector,8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector,8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector,8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector,8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector,8002/OpenSim.Server.Handlers.dll:LLLoginServiceInConnector,8003/OpenSim.Server.Handlers.dll:PresenceServiceConnector,8003/OpenSim.Server.Handlers.dll:UserAccountServiceConnector,8003/OpenSim.Server.Handlers.dll:GridUserServiceConnector,8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector,8002/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector,8002/OpenSim.Server.Handlers.dll:UserAgentServerConnector,HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector,HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector,8002/OpenSim.Server.Handlers.dll:HeloServiceInConnector,8002/OpenSim.Server.Handlers.dll:HGFriendsServerConnector,8002/OpenSim.Server.Handlers.dll:InstantMessageServerConnector"
25 25
26; * This is common for all services, it's the network setup for the entire 26; * This is common for all services, it's the network setup for the entire
27; * server instance, if none is specified above 27; * server instance, if none is specified above
@@ -107,6 +107,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
107 LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" 107 LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
108 108
109 ;; The IP address of your FreeSWITCH server. 109 ;; The IP address of your FreeSWITCH server.
110 ;; This address must be reachable by viewers.
110 ; ServerAddress = 127.0.0.1 111 ; ServerAddress = 127.0.0.1
111 112
112 ;; The following configuration parameters are optional 113 ;; The following configuration parameters are optional
@@ -216,6 +217,8 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
216 SRV_InventoryServerURI = "http://127.0.0.1:8002" 217 SRV_InventoryServerURI = "http://127.0.0.1:8002"
217 SRV_AssetServerURI = "http://127.0.0.1:8002" 218 SRV_AssetServerURI = "http://127.0.0.1:8002"
218 SRV_ProfileServerURI = "http://127.0.0.1:8002/user" 219 SRV_ProfileServerURI = "http://127.0.0.1:8002/user"
220 SRV_FriendsServerURI = "http://127.0.0.1:8002"
221 SRV_IMServerURI = "http://127.0.0.1:8002"
219 222
220 ;; Regular expressions for controlling which client versions are accepted/denied. 223 ;; Regular expressions for controlling which client versions are accepted/denied.
221 ;; An empty string means nothing is checked. 224 ;; An empty string means nothing is checked.
@@ -316,7 +319,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
316 GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" 319 GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
317 GridService = "OpenSim.Services.GridService.dll:GridService" 320 GridService = "OpenSim.Services.GridService.dll:GridService"
318 GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" 321 GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService"
319 322 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
323 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
324 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
325
320 ; If you run this user agent server behind a proxy, set this to true 326 ; If you run this user agent server behind a proxy, set this to true
321 ; HasProxy = false 327 ; HasProxy = false
322 328
@@ -344,3 +350,29 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
344 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService" 350 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService"
345 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 351 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
346 ProfileServerURI = "http://127.0.0.1:8002/user" 352 ProfileServerURI = "http://127.0.0.1:8002/user"
353
354[HGFriendsService]
355 LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService"
356 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
357
358[HGInstantMessageService]
359 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService"
360 GridService = "OpenSim.Services.GridService.dll:GridService"
361 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
362 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
363 ; This should always be true in the Robust config
364 InGatekeeper = True
365
366[Messaging]
367 ; If you have an Offline IM server, set the vars in this section, so that
368 ; incomming IMs to local users from foreign grids can be saved
369 ;
370 ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule} {URL of offline messaging service} {}
371 ;; URL of web service for offline message storage
372 ; OfflineMessageURL = http://yourserver/Offline.php
373
374 ;; Control whether group messages are forwarded to offline users.
375 ;; Default is true.
376 ;; This applies to the core groups module (Flotsam) only.
377 ; ForwardOfflineGroupMessages = true
378