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/config-include/StandaloneCommon.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 '')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 2bbc316..c4ece54 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -105,6 +105,10 @@ | |||
105 | ;; For example: | 105 | ;; For example: |
106 | Region_Welcome_Area = "DefaultRegion, FallbackRegion" | 106 | Region_Welcome_Area = "DefaultRegion, FallbackRegion" |
107 | 107 | ||
108 | ;; Allow supporting viewers to export content | ||
109 | ;; Set to false to prevent export | ||
110 | ExportSupported = true | ||
111 | |||
108 | ; === HG ONLY === | 112 | ; === HG ONLY === |
109 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented | 113 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented |
110 | ; GatekeeperURI="http://127.0.0.1:9000" | 114 | ; GatekeeperURI="http://127.0.0.1:9000" |
@@ -128,6 +132,9 @@ | |||
128 | ;; For Viewer 2 | 132 | ;; For Viewer 2 |
129 | MapTileURL = "http://127.0.0.1:9000/" | 133 | MapTileURL = "http://127.0.0.1:9000/" |
130 | 134 | ||
135 | ; Url to search service | ||
136 | ; SearchURL = "http://127.0.0.1:8002"; | ||
137 | |||
131 | ; The minimum user level required for a user to be able to login. 0 by default | 138 | ; The minimum user level required for a user to be able to login. 0 by default |
132 | ; If you disable a particular user's account then you can set their login level below this number. | 139 | ; If you disable a particular user's account then you can set their login level below this number. |
133 | ; You can also change this level from the console though these changes will not be persisted. | 140 | ; You can also change this level from the console though these changes will not be persisted. |