aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/Robust.HG.ini.example44
1 files changed, 42 insertions, 2 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 0d79e77..ea271b8 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,8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector,8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector"
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
@@ -205,6 +206,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
205 WelcomeMessage = "Welcome, Avatar!" 206 WelcomeMessage = "Welcome, Avatar!"
206 AllowRemoteSetLoginLevel = "false" 207 AllowRemoteSetLoginLevel = "false"
207 208
209 ; For V2 map
210 ; MapTileURL = "http://127.0.0.1:8002";
211
208 ; If you run this login server behind a proxy, set this to true 212 ; If you run this login server behind a proxy, set this to true
209 ; HasProxy = false 213 ; HasProxy = false
210 214
@@ -216,6 +220,8 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
216 SRV_InventoryServerURI = "http://127.0.0.1:8002" 220 SRV_InventoryServerURI = "http://127.0.0.1:8002"
217 SRV_AssetServerURI = "http://127.0.0.1:8002" 221 SRV_AssetServerURI = "http://127.0.0.1:8002"
218 SRV_ProfileServerURI = "http://127.0.0.1:8002/user" 222 SRV_ProfileServerURI = "http://127.0.0.1:8002/user"
223 SRV_FriendsServerURI = "http://127.0.0.1:8002"
224 SRV_IMServerURI = "http://127.0.0.1:8002"
219 225
220 ;; Regular expressions for controlling which client versions are accepted/denied. 226 ;; Regular expressions for controlling which client versions are accepted/denied.
221 ;; An empty string means nothing is checked. 227 ;; An empty string means nothing is checked.
@@ -234,6 +240,11 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
234 ;AllowedClients = "" 240 ;AllowedClients = ""
235 ;DeniedClients = "" 241 ;DeniedClients = ""
236 242
243[MapImageService]
244 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
245 ; Set this if you want to change the default
246 ; TilesStoragePath = "maptiles"
247
237[GridInfoService] 248[GridInfoService]
238 ; These settings are used to return information on a get_grid_info call. 249 ; These settings are used to return information on a get_grid_info call.
239 ; Client launcher scripts and third-party clients make use of this to 250 ; Client launcher scripts and third-party clients make use of this to
@@ -316,7 +327,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
316 GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" 327 GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
317 GridService = "OpenSim.Services.GridService.dll:GridService" 328 GridService = "OpenSim.Services.GridService.dll:GridService"
318 GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" 329 GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService"
319 330 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
331 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
332 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
333
320 ; If you run this user agent server behind a proxy, set this to true 334 ; If you run this user agent server behind a proxy, set this to true
321 ; HasProxy = false 335 ; HasProxy = false
322 336
@@ -344,3 +358,29 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
344 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService" 358 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService"
345 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 359 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
346 ProfileServerURI = "http://127.0.0.1:8002/user" 360 ProfileServerURI = "http://127.0.0.1:8002/user"
361
362[HGFriendsService]
363 LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService"
364 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
365
366[HGInstantMessageService]
367 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService"
368 GridService = "OpenSim.Services.GridService.dll:GridService"
369 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
370 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
371 ; This should always be true in the Robust config
372 InGatekeeper = True
373
374[Messaging]
375 ; If you have an Offline IM server, set the vars in this section, so that
376 ; incomming IMs to local users from foreign grids can be saved
377 ;
378 ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule} {URL of offline messaging service} {}
379 ;; URL of web service for offline message storage
380 ; OfflineMessageURL = http://yourserver/Offline.php
381
382 ;; Control whether group messages are forwarded to offline users.
383 ;; Default is true.
384 ;; This applies to the core groups module (Flotsam) only.
385 ; ForwardOfflineGroupMessages = true
386