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 309ce88..9adbf7c 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]
@@ -771,6 +774,12 @@
771 ; default is 1000 774 ; default is 1000
772 cloud_update_rate = 1000 775 cloud_update_rate = 1000
773 776
777[Meta7Windlight]
778
779 ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer.
780 ; It has no ill effect on viewers which do not support server-side windlight settings.
781 ; Currently we only have support for MySQL databases.
782 enable_windlight = false;
774 783
775[Trees] 784[Trees]
776 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying 785 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying
@@ -925,6 +934,9 @@
925 934
926 ; Allow the use of os* functions (some are dangerous) 935 ; Allow the use of os* functions (some are dangerous)
927 AllowOSFunctions = false 936 AllowOSFunctions = false
937
938 ; Allow the user of Careminster functions
939 AllowCareminsterFunctions = false
928 940
929 ; 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
930 OSFunctionThreatLevel = VeryLow 942 OSFunctionThreatLevel = VeryLow
@@ -1211,6 +1223,9 @@
1211; For example- http://127.0.0.1:9000/SStats/ 1223; For example- http://127.0.0.1:9000/SStats/
1212; enabled=false 1224; enabled=false
1213 1225
1226[LandManagement]
1227; DefaultAdministratorGroupUUID = "";
1228; DefaultAdministratorParcelName = "";
1214 1229
1215;; 1230;;
1216;; These are defaults that are overwritten below in [Architecture]. 1231;; These are defaults that are overwritten below in [Architecture].