aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-01-30 21:04:23 +0000
committerJustin Clarke Casey2009-01-30 21:04:23 +0000
commit951c08933aa290b0cf64d924b6b2a7a92a66a6fa (patch)
treecbf3fbb7f08a989240e0894d5bffe5f57571d0cb /bin/OpenSim.ini.example
parent* Extend archive save test to check for the presence of the file for the obje... (diff)
downloadopensim-SC_OLD-951c08933aa290b0cf64d924b6b2a7a92a66a6fa.zip
opensim-SC_OLD-951c08933aa290b0cf64d924b6b2a7a92a66a6fa.tar.gz
opensim-SC_OLD-951c08933aa290b0cf64d924b6b2a7a92a66a6fa.tar.bz2
opensim-SC_OLD-951c08933aa290b0cf64d924b6b2a7a92a66a6fa.tar.xz
* In OpenSim.ini.example, list defaults for AllowOSFunctions and OSFunctionThreatLevel and change existing OpenSim.ini.example settings
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example11
1 files changed, 7 insertions, 4 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 7fe7e09..f1f8f8b 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -696,10 +696,13 @@ InterregionComms = "RESTComms"
696 MaintenanceLoopTicks_Other=10 696 MaintenanceLoopTicks_Other=10
697 697
698 ; Allow the use of os* functions (some are dangerous) 698 ; Allow the use of os* functions (some are dangerous)
699 AllowOSFunctions = true 699 ; Default is false
700 AllowOSFunctions = false
700 701
701 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe 702 ; Threat level to allow if os functions are enabled
702 OSFunctionThreatLevel = Low 703 ; One of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
704 ; Default is VeryLow
705 OSFunctionThreatLevel = VeryLow
703 706
704 ; Maximum number of items in load/unload queue before we start rejecting loads 707 ; Maximum number of items in load/unload queue before we start rejecting loads
705 ; Note that we will only be rejecting load. Unloads will still be able to queue. 708 ; Note that we will only be rejecting load. Unloads will still be able to queue.
@@ -977,4 +980,4 @@ InterregionComms = "RESTComms"
977 ; to format substitution: 980 ; to format substitution:
978 ; {0} is replaced with the region's name 981 ; {0} is replaced with the region's name
979 ; {1} is replaced with the region's UUID 982 ; {1} is replaced with the region's UUID
980 broker = "http://broker.place.com/{1}" \ No newline at end of file 983 broker = "http://broker.place.com/{1}"