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.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 38febc2..36937e4 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -400,6 +400,9 @@
400 400
401 ; Distance in meters that shouts should travel. Default is 100m 401 ; Distance in meters that shouts should travel. Default is 100m
402 shout_distance = 100 402 shout_distance = 100
403
404 ; Append a prefix to the god avatar names appearing in chat whilst in god mode
405 ; admin_prefix = "@"
403 406
404 407
405[Messaging] 408[Messaging]
@@ -935,6 +938,9 @@
935 938
936 ; Allow the use of os* functions (some are dangerous) 939 ; Allow the use of os* functions (some are dangerous)
937 AllowOSFunctions = false 940 AllowOSFunctions = false
941
942 ; Allow the user of Careminster functions
943 AllowCareminsterFunctions = false
938 944
939 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe 945 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
940 OSFunctionThreatLevel = VeryLow 946 OSFunctionThreatLevel = VeryLow
@@ -1233,6 +1239,9 @@
1233; For example- http://127.0.0.1:9000/SStats/ 1239; For example- http://127.0.0.1:9000/SStats/
1234; enabled=false 1240; enabled=false
1235 1241
1242[LandManagement]
1243; DefaultAdministratorGroupUUID = "";
1244; DefaultAdministratorParcelName = "";
1236 1245
1237;; 1246;;
1238;; These are defaults that are overwritten below in [Architecture]. 1247;; These are defaults that are overwritten below in [Architecture].