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.example22
1 files changed, 22 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 54c013a..074345d 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -178,6 +178,9 @@
178 178
179 ;permissionmodules = "DefaultPermissionsModule" 179 ;permissionmodules = "DefaultPermissionsModule"
180 180
181 ;If any of the specified permissions modules fail to load, quit?
182 SecurePermissionsLoading = true
183
181 ; If set to false, then, in theory, the server never carries out permission checks (allowing anybody to copy 184 ; If set to false, then, in theory, the server never carries out permission checks (allowing anybody to copy
182 ; any item, etc. This may not yet be implemented uniformally. 185 ; any item, etc. This may not yet be implemented uniformally.
183 ; If set to true, then all permissions checks are carried out 186 ; If set to true, then all permissions checks are carried out
@@ -399,6 +402,9 @@
399 402
400 ; Distance in meters that shouts should travel. Default is 100m 403 ; Distance in meters that shouts should travel. Default is 100m
401 shout_distance = 100 404 shout_distance = 100
405
406 ; Append a prefix to the god avatar names appearing in chat whilst in god mode
407 ; admin_prefix = "@"
402 408
403 409
404[Messaging] 410[Messaging]
@@ -877,6 +883,19 @@
877 PriceObjectScaleFactor = 10 883 PriceObjectScaleFactor = 10
878 PriceParcelRent = 1 884 PriceParcelRent = 1
879 885
886[Git]
887Enabled = true
888RepoPath = "git"
889
890;How many seconds between the scheduled commits?
891CommitInterval = 21600
892
893;Disable all except the initial commit?
894DisableNonEssentialCommits = false
895
896;Should we automatically commit when necessary to avoid objects never making it into the repo?
897UseSafetyCommit = true
898
880 899
881[SVN] 900[SVN]
882 Enabled = false 901 Enabled = false
@@ -1244,6 +1263,9 @@
1244; For example- http://127.0.0.1:9000/SStats/ 1263; For example- http://127.0.0.1:9000/SStats/
1245; enabled=false 1264; enabled=false
1246 1265
1266[LandManagement]
1267; DefaultAdministratorGroupUUID = "";
1268; DefaultAdministratorParcelName = "";
1247 1269
1248[MediaOnAPrim] 1270[MediaOnAPrim]
1249 ; Enable media on a prim facilities 1271 ; Enable media on a prim facilities