diff options
author | Diva Canto | 2013-03-01 14:18:01 -0800 |
---|---|---|
committer | Diva Canto | 2013-03-01 14:18:01 -0800 |
commit | efa722786509bd8e02e23f11da974b4282dbd185 (patch) | |
tree | 03a89fbb3680ba6a0f89c90dcb984a3b642ab707 /bin | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-efa722786509bd8e02e23f11da974b4282dbd185.zip opensim-SC-efa722786509bd8e02e23f11da974b4282dbd185.tar.gz opensim-SC-efa722786509bd8e02e23f11da974b4282dbd185.tar.bz2 opensim-SC-efa722786509bd8e02e23f11da974b4282dbd185.tar.xz |
Removed more vars from [Startup]. I think these were already moved elsewhere, because I can't find any reference to them in the code.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index f89606f..ef35b17 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -300,26 +300,6 @@ | |||
300 | ;; default is false | 300 | ;; default is false |
301 | ; TelehubAllowLandmark = false | 301 | ; TelehubAllowLandmark = false |
302 | 302 | ||
303 | ;# {AllowedClients} {} {Bar (|) separated list of allowed clients} {} | ||
304 | ;; Bar (|) separated list of viewers which may gain access to the regions. | ||
305 | ;; One can use a substring of the viewer name to enable only certain | ||
306 | ;; versions | ||
307 | ;; Example: Agent uses the viewer "Imprudence 1.3.2.0" | ||
308 | ;; - "Imprudence" has access | ||
309 | ;; - "Imprudence 1.3" has access | ||
310 | ;; - "Imprudence 1.3.1" has no access | ||
311 | ; AllowedViewerList = | ||
312 | |||
313 | ;# {BannedClients} {} {Bar (|) separated list of banned clients} {} | ||
314 | ;# Bar (|) separated list of viewers which may not gain access to the regions. | ||
315 | ;; One can use a Substring of the viewer name to disable only certain | ||
316 | ;; versions | ||
317 | ;; Example: Agent uses the viewer "Imprudence 1.3.2.0" | ||
318 | ;; - "Imprudence" has no access | ||
319 | ;; - "Imprudence 1.3" has no access | ||
320 | ;; - "Imprudence 1.3.1" has access | ||
321 | ; BannedViewerList = | ||
322 | |||
323 | [Map] | 303 | [Map] |
324 | ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true | 304 | ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true |
325 | ;; Map tile options. | 305 | ;; Map tile options. |