aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-03-02 01:23:01 +0000
committerJustin Clark-Casey (justincc)2013-03-02 01:23:01 +0000
commit4999d7920a63af99c6bba53134d4c0e891b99573 (patch)
treef8123d28d3852c3ee06175369ebaca57ebe65877 /bin/OpenSim.ini.example
parentminor: Quieten down the parts of the WebSocketEcho module logging for now whe... (diff)
downloadopensim-SC_OLD-4999d7920a63af99c6bba53134d4c0e891b99573.zip
opensim-SC_OLD-4999d7920a63af99c6bba53134d4c0e891b99573.tar.gz
opensim-SC_OLD-4999d7920a63af99c6bba53134d4c0e891b99573.tar.bz2
opensim-SC_OLD-4999d7920a63af99c6bba53134d4c0e891b99573.tar.xz
Revert "Removed more vars from [Startup]. I think these were already moved elsewhere, because I can't find any reference to them in the code."
This reverts commit efa722786509bd8e02e23f11da974b4282dbd185.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example20
1 files changed, 20 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 0eb43a2..16e314b 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -256,6 +256,26 @@
256 ;; default is false 256 ;; default is false
257 ; TelehubAllowLandmark = false 257 ; TelehubAllowLandmark = false
258 258
259 ;# {AllowedClients} {} {Bar (|) separated list of allowed clients} {}
260 ;; Bar (|) separated list of viewers which may gain access to the regions.
261 ;; One can use a substring of the viewer name to enable only certain
262 ;; versions
263 ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
264 ;; - "Imprudence" has access
265 ;; - "Imprudence 1.3" has access
266 ;; - "Imprudence 1.3.1" has no access
267 ; AllowedViewerList =
268
269 ;# {BannedClients} {} {Bar (|) separated list of banned clients} {}
270 ;# Bar (|) separated list of viewers which may not gain access to the regions.
271 ;; One can use a Substring of the viewer name to disable only certain
272 ;; versions
273 ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
274 ;; - "Imprudence" has no access
275 ;; - "Imprudence 1.3" has no access
276 ;; - "Imprudence 1.3.1" has access
277 ; BannedViewerList =
278
259[Map] 279[Map]
260 ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true 280 ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true
261 ;; Map tile options. 281 ;; Map tile options.