aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 3dc8f23..466da93 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
@@ -406,6 +409,9 @@
406 409
407 ; Distance in meters that shouts should travel. Default is 100m 410 ; Distance in meters that shouts should travel. Default is 100m
408 shout_distance = 100 411 shout_distance = 100
412
413 ; Append a prefix to the god avatar names appearing in chat whilst in god mode
414 ; admin_prefix = "@"
409 415
410 416
411[Messaging] 417[Messaging]
@@ -884,6 +890,19 @@
884 PriceObjectScaleFactor = 10 890 PriceObjectScaleFactor = 10
885 PriceParcelRent = 1 891 PriceParcelRent = 1
886 892
893[Git]
894Enabled = true
895RepoPath = "git"
896
897;How many seconds between the scheduled commits?
898CommitInterval = 21600
899
900;Disable all except the initial commit?
901DisableNonEssentialCommits = false
902
903;Should we automatically commit when necessary to avoid objects never making it into the repo?
904UseSafetyCommit = true
905
887 906
888[SVN] 907[SVN]
889 Enabled = false 908 Enabled = false
@@ -1251,6 +1270,9 @@
1251; For example- http://127.0.0.1:9000/SStats/ 1270; For example- http://127.0.0.1:9000/SStats/
1252; enabled=false 1271; enabled=false
1253 1272
1273[LandManagement]
1274; DefaultAdministratorGroupUUID = "";
1275; DefaultAdministratorParcelName = "";
1254 1276
1255[MediaOnAPrim] 1277[MediaOnAPrim]
1256 ; Enable media on a prim facilities 1278 ; Enable media on a prim facilities