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.example19
1 files changed, 19 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 5dcc601..1527334 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -399,6 +399,9 @@
399 399
400 ; Distance in meters that shouts should travel. Default is 100m 400 ; Distance in meters that shouts should travel. Default is 100m
401 shout_distance = 100 401 shout_distance = 100
402
403 ; Append a prefix to the god avatar names appearing in chat whilst in god mode
404 ; admin_prefix = "@"
402 405
403 406
404[Messaging] 407[Messaging]
@@ -877,6 +880,19 @@
877 PriceObjectScaleFactor = 10 880 PriceObjectScaleFactor = 10
878 PriceParcelRent = 1 881 PriceParcelRent = 1
879 882
883[Git]
884Enabled = true
885RepoPath = "git"
886
887;How many seconds between the scheduled commits?
888CommitInterval = 21600
889
890;Disable all except the initial commit?
891DisableNonEssentialCommits = false
892
893;Should we automatically commit when necessary to avoid objects never making it into the repo?
894UseSafetyCommit = true
895
880 896
881[SVN] 897[SVN]
882 Enabled = false 898 Enabled = false
@@ -1244,6 +1260,9 @@
1244; For example- http://127.0.0.1:9000/SStats/ 1260; For example- http://127.0.0.1:9000/SStats/
1245; enabled=false 1261; enabled=false
1246 1262
1263[LandManagement]
1264; DefaultAdministratorGroupUUID = "";
1265; DefaultAdministratorParcelName = "";
1247 1266
1248;; 1267;;
1249;; These are defaults that are overwritten below in [Architecture]. 1268;; These are defaults that are overwritten below in [Architecture].