aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r--bin/Robust.ini.example40
1 files changed, 7 insertions, 33 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 99a932d..17c3dcd 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -36,7 +36,6 @@ InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector"
36;VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector" 36;VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector"
37GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector" 37GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector"
38GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector" 38GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector"
39GridExtraFeaturesServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridExtraFeaturesServerInConnector"
40AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector" 39AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector"
41OpenIdServerConnector = "8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector" 40OpenIdServerConnector = "8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector"
42AvatarServiceConnector = "8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector" 41AvatarServiceConnector = "8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector"
@@ -178,6 +177,10 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
178 ; Region_Welcome_Area = "DefaultRegion, FallbackRegion" 177 ; Region_Welcome_Area = "DefaultRegion, FallbackRegion"
179 ; (replace spaces with underscore) 178 ; (replace spaces with underscore)
180 179
180 ;; Allow supporting viewers to export content
181 ;; Set to false to prevent export
182 ExportSupported = true
183
181; * This is the configuration for the freeswitch server in grid mode 184; * This is the configuration for the freeswitch server in grid mode
182[FreeswitchService] 185[FreeswitchService]
183 LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" 186 LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
@@ -325,6 +328,9 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
325 ; For V2 map 328 ; For V2 map
326 MapTileURL = "http://127.0.0.1:8002"; 329 MapTileURL = "http://127.0.0.1:8002";
327 330
331 ; Url to search service
332 ; SearchURL = "http://127.0.0.1:8002";
333
328 ; For V2/3 Web Profiles 334 ; For V2/3 Web Profiles
329 ; Work in progress: The ProfileServerURL/OpenIDServerURL are 335 ; Work in progress: The ProfileServerURL/OpenIDServerURL are
330 ; being used in a development viewer as support for webprofiles 336 ; being used in a development viewer as support for webprofiles
@@ -457,38 +463,6 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
457 ; password help: optional: page providing password assistance for users of your grid 463 ; password help: optional: page providing password assistance for users of your grid
458 ;password = http://127.0.0.1/password 464 ;password = http://127.0.0.1/password
459 465
460
461[GridExtraFeatures]
462 ; These are propagated out to the regions as default settings for the
463 ; SimulatorFeatures to be sent to user's viewer when they teleport via
464 ; Hypergrid into this grid.
465 ;
466
467 ; Allow regions to override our defaults.
468 ;AllowRegionOverride = true
469
470 ; Search Server URI
471 ;SearchServerURI = "http://example.com:8200/"
472
473 ; Map Server URI
474 ;MapImageServerURI = "http://example.com:8200/"
475
476 ; Grid Destination Guide URI
477 ;DestinationGuideURI = "http://example.com:8200/"
478
479 ; Chat Whisper Distance
480 ;WhisperDistance = 10
481
482 ; Chat Say Distance
483 ;SayDistance = 20
484
485 ; Chat Shout Distance
486 ;ShoutDistance = 100
487
488 ; Grid Allow Export
489 ;ExportSupported = true
490
491
492[UserProfilesService] 466[UserProfilesService]
493 LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService" 467 LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService"
494 Enabled = false 468 Enabled = false