aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example24
1 files changed, 24 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 0eb43a2..eab1fce 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -256,6 +256,29 @@
256 ;; default is false 256 ;; default is false
257 ; TelehubAllowLandmark = false 257 ; TelehubAllowLandmark = false
258 258
259
260[AccessControl]
261 ;# {AllowedClients} {} {Bar (|) separated list of allowed clients} {}
262 ;; Bar (|) separated list of viewers which may gain access to the regions.
263 ;; One can use a substring of the viewer name to enable only certain
264 ;; versions
265 ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
266 ;; - "Imprudence" has access
267 ;; - "Imprudence 1.3" has access
268 ;; - "Imprudence 1.3.1" has no access
269 ; AllowedClients =
270
271 ;# {BannedClients} {} {Bar (|) separated list of banned clients} {}
272 ;# Bar (|) separated list of viewers which may not gain access to the regions.
273 ;; One can use a Substring of the viewer name to disable only certain
274 ;; versions
275 ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
276 ;; - "Imprudence" has no access
277 ;; - "Imprudence 1.3" has no access
278 ;; - "Imprudence 1.3.1" has access
279 ; BannedClients =
280
281
259[Map] 282[Map]
260 ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true 283 ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true
261 ;; Map tile options. 284 ;; Map tile options.
@@ -290,6 +313,7 @@
290 ;; got a large number of objects, so you can turn it off here if you'd like. 313 ;; got a large number of objects, so you can turn it off here if you'd like.
291 ; DrawPrimOnMapTile = true 314 ; DrawPrimOnMapTile = true
292 315
316
293[Permissions] 317[Permissions]
294 ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule 318 ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule
295 ;; Permission modules to use, separated by comma. 319 ;; Permission modules to use, separated by comma.