aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorUbitUmarov2019-01-31 18:02:21 +0000
committerUbitUmarov2019-01-31 18:02:21 +0000
commitb16ee749eded43115cbb1d0066b4bfd010a5482e (patch)
tree09028ebf08749bbd18487a90f202e187595ef509 /bin/OpenSim.ini.example
parentubode add position to pid control it stopped flying to prevent slow drifts (diff)
downloadopensim-SC-b16ee749eded43115cbb1d0066b4bfd010a5482e.zip
opensim-SC-b16ee749eded43115cbb1d0066b4bfd010a5482e.tar.gz
opensim-SC-b16ee749eded43115cbb1d0066b4bfd010a5482e.tar.bz2
opensim-SC-b16ee749eded43115cbb1d0066b4bfd010a5482e.tar.xz
change default config: allow grid gods by default, if you don't trust grid admins what are you doing there?; disable most god powers unless god level is requested on viewer
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example11
1 files changed, 9 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 58deb5e..02c9958 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -417,10 +417,17 @@
417 ;; If set to true, then all permissions checks are carried out 417 ;; If set to true, then all permissions checks are carried out
418 ; serverside_object_permissions = true 418 ; serverside_object_permissions = true
419 419
420 ;# {allow_grid_gods} {} {Allow grid gods?} {true false} false 420 ; if next 2 are false, several admin powers are only active if god powers requested on viewer
421 ; this reduces mistakes
422 ; set both to true to enable previus behavour
423 automatic_gods = false
424 implicit_gods = false
425
426 ;# {allow_grid_gods} {} {Allow grid gods?} {true false} false
421 ;; This allows users with a UserLevel of 200 or more to assume god 427 ;; This allows users with a UserLevel of 200 or more to assume god
422 ;; powers in the regions in this simulator. 428 ;; powers in the regions in this simulator.
423 ; allow_grid_gods = false 429 ;; if you don't trust grid admins, what are you doing there?
430 allow_grid_gods = true
424 431
425 ;; This allows some control over permissions 432 ;; This allows some control over permissions
426 ;; please note that this still doesn't duplicate SL, and is not intended to 433 ;; please note that this still doesn't duplicate SL, and is not intended to