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/OpenSim.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/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index f0e1a8a..8c1a2c6 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -538,21 +538,18 @@ | |||
538 | 538 | ||
539 | 539 | ||
540 | [SimulatorFeatures] | 540 | [SimulatorFeatures] |
541 | ;# {ExtraFeaturesServiceURI} {} {URL to the grid ExtraFeatures Service} {} | 541 | |
542 | ;; The grid can supply global values for extra simulator features to be | ||
543 | ;; passed to supporting viewers. The grid may choose to disallow local | ||
544 | ;; settings. | ||
545 | ; ExtraFeaturesServiceURI = "http://127.0.0.1:9000/" | ||
546 | ;# {MapImageServerURI} {} {URL for the map server} {} | ||
547 | ; Experimental new information sent in SimulatorFeatures cap for Kokua | ||
548 | ; viewers | ||
549 | ; meant to override the MapImage and search server url given at login, and varying | ||
550 | ; on a sim-basis. | ||
551 | ; Viewers that don't understand it, will ignore it | ||
552 | ;MapImageServerURI = "http://127.0.0.1:9000/" | ||
553 | ;# {SearchServerURI} {} {URL of the search server} {} | 542 | ;# {SearchServerURI} {} {URL of the search server} {} |
543 | ;; This is identical to the Robust LoginService SearchURL setting | ||
544 | ;; and will override that value if set here. The Robust setting | ||
545 | ;; provides a working default for the grid and setting here is | ||
546 | ;; optional. | ||
554 | ;SearchServerURI = "http://127.0.0.1:9000/" | 547 | ;SearchServerURI = "http://127.0.0.1:9000/" |
555 | ;# {DestinationGuideURI} {} {URL of the destination guide} {} | 548 | ;# {DestinationGuideURI} {} {URL of the destination guide} {} |
549 | ;; | ||
550 | ;; This serves the same purpose as the DestinationGuideURI in the | ||
551 | ;; LoginService setting in the Robust server. This will override | ||
552 | ;; the Robust setting if desired as an option. | ||
556 | ;DestinationGuideURI = "http://127.0.0.1:9000/" | 553 | ;DestinationGuideURI = "http://127.0.0.1:9000/" |
557 | 554 | ||
558 | 555 | ||