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 a5eb78b..6d5ee14 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]
@@ -931,6 +934,9 @@
931 934
932 ; Allow the use of os* functions (some are dangerous) 935 ; Allow the use of os* functions (some are dangerous)
933 AllowOSFunctions = false 936 AllowOSFunctions = false
937
938 ; Allow the user of Careminster functions
939 AllowCareminsterFunctions = false
934 940
935 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe 941 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
936 OSFunctionThreatLevel = VeryLow 942 OSFunctionThreatLevel = VeryLow
@@ -1225,6 +1231,9 @@
1225; For example- http://127.0.0.1:9000/SStats/ 1231; For example- http://127.0.0.1:9000/SStats/
1226; enabled=false 1232; enabled=false
1227 1233
1234[LandManagement]
1235; DefaultAdministratorGroupUUID = "";
1236; DefaultAdministratorParcelName = "";
1228 1237
1229;; 1238;;
1230;; These are defaults that are overwritten below in [Architecture]. 1239;; These are defaults that are overwritten below in [Architecture].