diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 20 |
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. |