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 5dcc601..559a734 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,16 @@
877 PriceObjectScaleFactor = 10 880 PriceObjectScaleFactor = 10
878 PriceParcelRent = 1 881 PriceParcelRent = 1
879 882
883[Git]
884Enabled = true
885RepoPath = "git"
886
887;How many frames between the scheduled commits?
888CommitFrameInterval = 360000
889
890;Should we automatically commit when necessary to avoid objects never making it into the repo?
891UseSafetyCommit = true
892
880 893
881[SVN] 894[SVN]
882 Enabled = false 895 Enabled = false
@@ -1244,6 +1257,9 @@
1244; For example- http://127.0.0.1:9000/SStats/ 1257; For example- http://127.0.0.1:9000/SStats/
1245; enabled=false 1258; enabled=false
1246 1259
1260[LandManagement]
1261; DefaultAdministratorGroupUUID = "";
1262; DefaultAdministratorParcelName = "";
1247 1263
1248;; 1264;;
1249;; These are defaults that are overwritten below in [Architecture]. 1265;; These are defaults that are overwritten below in [Architecture].