aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--[-rwxr-xr-x]bin/OpenSim.ini.example17
1 files changed, 17 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index aa29c07..741877e 100755..100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -254,6 +254,23 @@
254 ;; default is false 254 ;; default is false
255 ; TelehubAllowLandmark = false 255 ; TelehubAllowLandmark = false
256 256
257 ;# Comma separated list of viewers which may gain access to the regions.
258 ;; One can use a Substring of the viewer name to enable only certain subversions
259 ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
260 ;; - "Imprudence" has access
261 ;; - "Imprudence 1.3" has access
262 ;; - "Imprudence 1.3.1" has no access
263 ;; AllowedViewerList =
264
265 ;# Comma separated list of viewers which may not gain access to the regions.
266 ;; One can use a Substring of the viewer name to disable only certain subversions
267 ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
268 ;; - "Imprudence" has no access
269 ;; - "Imprudence 1.3" has no access
270 ;; - "Imprudence 1.3.1" has access
271 ; BannedViewerList =
272
273
257[Estates] 274[Estates]
258 ; If these values are commented out then the user will be asked for estate details when required (this is the normal case). 275 ; If these values are commented out then the user will be asked for estate details when required (this is the normal case).
259 ; If these values are uncommented then they will be used to create a default estate as necessary. 276 ; If these values are uncommented then they will be used to create a default estate as necessary.