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.example16
1 files changed, 16 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index f4d9a18..a71fe72 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -402,6 +402,9 @@
402 402
403 ; Distance in meters that shouts should travel. Default is 100m 403 ; Distance in meters that shouts should travel. Default is 100m
404 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 = "@"
405 408
406 409
407[Messaging] 410[Messaging]
@@ -880,6 +883,16 @@
880 PriceObjectScaleFactor = 10 883 PriceObjectScaleFactor = 10
881 PriceParcelRent = 1 884 PriceParcelRent = 1
882 885
886[Git]
887Enabled = true
888RepoPath = "git"
889
890;How many frames between the scheduled commits?
891CommitFrameInterval = 360000
892
893;Should we automatically commit when necessary to avoid objects never making it into the repo?
894UseSafetyCommit = true
895
883 896
884[SVN] 897[SVN]
885 Enabled = false 898 Enabled = false
@@ -1247,6 +1260,9 @@
1247; For example- http://127.0.0.1:9000/SStats/ 1260; For example- http://127.0.0.1:9000/SStats/
1248; enabled=false 1261; enabled=false
1249 1262
1263[LandManagement]
1264; DefaultAdministratorGroupUUID = "";
1265; DefaultAdministratorParcelName = "";
1250 1266
1251;; 1267;;
1252;; These are defaults that are overwritten below in [Architecture]. 1268;; These are defaults that are overwritten below in [Architecture].