diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 1a67292..d660f36 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -397,6 +397,9 @@ | |||
397 | 397 | ||
398 | ; Distance in meters that shouts should travel. Default is 100m | 398 | ; Distance in meters that shouts should travel. Default is 100m |
399 | shout_distance = 100 | 399 | shout_distance = 100 |
400 | |||
401 | ; Append a prefix to the god avatar names appearing in chat whilst in god mode | ||
402 | ; admin_prefix = "@" | ||
400 | 403 | ||
401 | 404 | ||
402 | [Messaging] | 405 | [Messaging] |
@@ -768,6 +771,12 @@ | |||
768 | ; default is 1000 | 771 | ; default is 1000 |
769 | cloud_update_rate = 1000 | 772 | cloud_update_rate = 1000 |
770 | 773 | ||
774 | [Meta7Windlight] | ||
775 | |||
776 | ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer. | ||
777 | ; It has no ill effect on viewers which do not support server-side windlight settings. | ||
778 | ; Currently we only have support for MySQL databases. | ||
779 | enable_windlight = false; | ||
771 | 780 | ||
772 | [Trees] | 781 | [Trees] |
773 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying | 782 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying |
@@ -922,6 +931,9 @@ | |||
922 | 931 | ||
923 | ; Allow the use of os* functions (some are dangerous) | 932 | ; Allow the use of os* functions (some are dangerous) |
924 | AllowOSFunctions = false | 933 | AllowOSFunctions = false |
934 | |||
935 | ; Allow the user of Careminster functions | ||
936 | AllowCareminsterFunctions = false | ||
925 | 937 | ||
926 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe | 938 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe |
927 | OSFunctionThreatLevel = VeryLow | 939 | OSFunctionThreatLevel = VeryLow |
@@ -1208,6 +1220,9 @@ | |||
1208 | ; For example- http://127.0.0.1:9000/SStats/ | 1220 | ; For example- http://127.0.0.1:9000/SStats/ |
1209 | ; enabled=false | 1221 | ; enabled=false |
1210 | 1222 | ||
1223 | [LandManagement] | ||
1224 | ; DefaultAdministratorGroupUUID = ""; | ||
1225 | ; DefaultAdministratorParcelName = ""; | ||
1211 | 1226 | ||
1212 | ;; | 1227 | ;; |
1213 | ;; These are defaults that are overwritten below in [Architecture]. | 1228 | ;; These are defaults that are overwritten below in [Architecture]. |