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.example26
1 files changed, 26 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 1ae9f9a..674a454 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
@@ -424,6 +427,9 @@
424 427
425 ; Distance in meters that shouts should travel. Default is 100m 428 ; Distance in meters that shouts should travel. Default is 100m
426 shout_distance = 100 429 shout_distance = 100
430
431 ; Append a prefix to the god avatar names appearing in chat whilst in god mode
432 ; admin_prefix = "@"
427 433
428 434
429[Messaging] 435[Messaging]
@@ -902,6 +908,19 @@
902 PriceObjectScaleFactor = 10 908 PriceObjectScaleFactor = 10
903 PriceParcelRent = 1 909 PriceParcelRent = 1
904 910
911[Git]
912Enabled = true
913RepoPath = "git"
914
915;How many seconds between the scheduled commits?
916CommitInterval = 21600
917
918;Disable all except the initial commit?
919DisableNonEssentialCommits = false
920
921;Should we automatically commit when necessary to avoid objects never making it into the repo?
922UseSafetyCommit = true
923
905 924
906[SVN] 925[SVN]
907 Enabled = false 926 Enabled = false
@@ -1270,11 +1289,18 @@
1270; For example- http://127.0.0.1:9000/SStats/ 1289; For example- http://127.0.0.1:9000/SStats/
1271; enabled=false 1290; enabled=false
1272 1291
1292[LandManagement]
1293; DefaultAdministratorGroupUUID = "";
1294; DefaultAdministratorParcelName = "";
1273 1295
1274[MediaOnAPrim] 1296[MediaOnAPrim]
1275 ; Enable media on a prim facilities 1297 ; Enable media on a prim facilities
1276 Enabled = true; 1298 Enabled = true;
1277 1299
1300[MOTD]
1301Enabled = false
1302Message = "The MOTD module is working!"
1303
1278 1304
1279;; 1305;;
1280;; These are defaults that are overwritten below in [Architecture]. 1306;; These are defaults that are overwritten below in [Architecture].