diff options
author | BlueWall | 2014-08-03 20:33:40 -0400 |
---|---|---|
committer | BlueWall | 2014-08-06 17:25:12 -0400 |
commit | 10a8d2852e529fddb029ae333a3ae6a0f06f0182 (patch) | |
tree | 53806e78ef6ef300a039ceebeea8ffa40838dd98 /bin/Robust.ini.example | |
parent | Fixed crash when using Allowed/Denied Viewers, and the viewer's name is short... (diff) | |
download | opensim-SC-10a8d2852e529fddb029ae333a3ae6a0f06f0182.zip opensim-SC-10a8d2852e529fddb029ae333a3ae6a0f06f0182.tar.gz opensim-SC-10a8d2852e529fddb029ae333a3ae6a0f06f0182.tar.bz2 opensim-SC-10a8d2852e529fddb029ae333a3ae6a0f06f0182.tar.xz |
OpenSimExtras
Move the experimental extra features functionality into the GridService. This sends default values for map, search and destination guide, plus ExportSupported control to the region on startup. Please watch http://opensimulator.org/wiki/SimulatorFeatures_Extras for changes and documentation.
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 40 |
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" |
37 | GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector" | 37 | GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector" |
38 | GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector" | 38 | GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector" |
39 | GridExtraFeaturesServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridExtraFeaturesServerInConnector" | ||
40 | AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector" | 39 | AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector" |
41 | OpenIdServerConnector = "8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector" | 40 | OpenIdServerConnector = "8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector" |
42 | AvatarServiceConnector = "8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector" | 41 | AvatarServiceConnector = "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 |