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 23c3241..8d7c2cf 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -404,6 +404,9 @@
404 404
405 ; Distance in meters that shouts should travel. Default is 100m 405 ; Distance in meters that shouts should travel. Default is 100m
406 shout_distance = 100 406 shout_distance = 100
407
408 ; Append a prefix to the god avatar names appearing in chat whilst in god mode
409 ; admin_prefix = "@"
407 410
408 411
409[Messaging] 412[Messaging]
@@ -775,6 +778,12 @@
775 ; default is 1000 778 ; default is 1000
776 cloud_update_rate = 1000 779 cloud_update_rate = 1000
777 780
781[Meta7Windlight]
782
783 ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer.
784 ; It has no ill effect on viewers which do not support server-side windlight settings.
785 ; Currently we only have support for MySQL databases.
786 enable_windlight = false;
778 787
779[Trees] 788[Trees]
780 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying 789 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying
@@ -929,6 +938,9 @@
929 938
930 ; Allow the use of os* functions (some are dangerous) 939 ; Allow the use of os* functions (some are dangerous)
931 AllowOSFunctions = false 940 AllowOSFunctions = false
941
942 ; Allow the user of Careminster functions
943 AllowCareminsterFunctions = false
932 944
933 ; 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
934 OSFunctionThreatLevel = VeryLow 946 OSFunctionThreatLevel = VeryLow
@@ -1215,6 +1227,9 @@
1215; For example- http://127.0.0.1:9000/SStats/ 1227; For example- http://127.0.0.1:9000/SStats/
1216; enabled=false 1228; enabled=false
1217 1229
1230[LandManagement]
1231; DefaultAdministratorGroupUUID = "";
1232; DefaultAdministratorParcelName = "";
1218 1233
1219;; 1234;;
1220;; These are defaults that are overwritten below in [Architecture]. 1235;; These are defaults that are overwritten below in [Architecture].