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 0f4d6df..d21a449 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -252,6 +252,29 @@
252 ;; default is false 252 ;; default is false
253 ; TelehubAllowLandmark = false 253 ; TelehubAllowLandmark = false
254 254
255
256[AccessControl]
257 ;# {AllowedClients} {} {Bar (|) separated list of allowed clients} {}
258 ;; Bar (|) separated list of viewers which may gain access to the regions.
259 ;; One can use a substring of the viewer name to enable only certain
260 ;; versions
261 ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
262 ;; - "Imprudence" has access
263 ;; - "Imprudence 1.3" has access
264 ;; - "Imprudence 1.3.1" has no access
265 ; AllowedClients =
266
267 ;# {BannedClients} {} {Bar (|) separated list of banned clients} {}
268 ;# Bar (|) separated list of viewers which may not gain access to the regions.
269 ;; One can use a Substring of the viewer name to disable only certain
270 ;; versions
271 ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
272 ;; - "Imprudence" has no access
273 ;; - "Imprudence 1.3" has no access
274 ;; - "Imprudence 1.3.1" has access
275 ; BannedClients =
276
277
255[Map] 278[Map]
256 ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true 279 ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true
257 ;; Map tile options. 280 ;; Map tile options.
@@ -286,6 +309,7 @@
286 ;; got a large number of objects, so you can turn it off here if you'd like. 309 ;; got a large number of objects, so you can turn it off here if you'd like.
287 ; DrawPrimOnMapTile = true 310 ; DrawPrimOnMapTile = true
288 311
312
289[Permissions] 313[Permissions]
290 ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule 314 ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule
291 ;; Permission modules to use, separated by comma. 315 ;; Permission modules to use, separated by comma.