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.example15
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index c296c35..526bae7 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -489,6 +489,9 @@
489 489
490 ; Distance in meters that shouts should travel. Default is 100m 490 ; Distance in meters that shouts should travel. Default is 100m
491 shout_distance = 100 491 shout_distance = 100
492
493 ; Append a prefix to the god avatar names appearing in chat whilst in god mode
494 ; admin_prefix = "@"
492 495
493 496
494[Messaging] 497[Messaging]
@@ -860,6 +863,12 @@
860 ; default is 1000 863 ; default is 1000
861 cloud_update_rate = 1000 864 cloud_update_rate = 1000
862 865
866[Meta7Windlight]
867
868 ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer.
869 ; It has no ill effect on viewers which do not support server-side windlight settings.
870 ; Currently we only have support for MySQL databases.
871 enable_windlight = false;
863 872
864[Trees] 873[Trees]
865 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying 874 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying
@@ -1014,6 +1023,9 @@
1014 1023
1015 ; Allow the use of os* functions (some are dangerous) 1024 ; Allow the use of os* functions (some are dangerous)
1016 AllowOSFunctions = false 1025 AllowOSFunctions = false
1026
1027 ; Allow the user of Careminster functions
1028 AllowCareminsterFunctions = false
1017 1029
1018 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe 1030 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
1019 OSFunctionThreatLevel = VeryLow 1031 OSFunctionThreatLevel = VeryLow
@@ -1345,6 +1357,9 @@
1345; For example- http://127.0.0.1:9000/SStats/ 1357; For example- http://127.0.0.1:9000/SStats/
1346; enabled=false 1358; enabled=false
1347 1359
1360[LandManagement]
1361; DefaultAdministratorGroupUUID = "";
1362; DefaultAdministratorParcelName = "";
1348 1363
1349;; 1364;;
1350;; These are defaults that are overwritten below in [Architecture]. 1365;; These are defaults that are overwritten below in [Architecture].