aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index cee8da0..f34cf09 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -141,6 +141,15 @@
141 ; Default value is all 141 ; Default value is all
142 ; allowed_script_creators = all 142 ; allowed_script_creators = all
143 143
144 ; Control user types that are allowed to edit (save) scripts
145 ; Only enforced if serviceside_object_permissions is true
146 ;
147 ; Current possible values are
148 ; all - anyone can edit scripts (subject to normal permissions)
149 ; gods - only administrators can edit scripts (as long as allow_grid_gods is true)
150 ; Default value is all
151 ; allowed_script_editors = all
152
144 ; ## 153 ; ##
145 ; ## SCRIPT ENGINE 154 ; ## SCRIPT ENGINE
146 ; ## 155 ; ##