Add local engine properties back to version control
[jabaws.git] / conf / Engine.local.properties
diff --git a/conf/Engine.local.properties b/conf/Engine.local.properties
new file mode 100644 (file)
index 0000000..73d4d68
--- /dev/null
@@ -0,0 +1,14 @@
+# enable or disable engine true | false\r
+# OPTIONAL defaults to true\r
+engine.local.enable=true \r
+\r
+# Directory to use for temporary files storage\r
+# OPTIONAL defaults to java temporary directory \r
+# Relative path within the project will be converted in absolute at runtime\r
+local.tmp.directory=jobsout \r
\r
+# Number of threads for tasks execution (valid values between 1 and 2x cpu. \r
+# Where x is a number of cores available in the system)\r
+# OPTIONAL defaults to the number of cores for core number <=4 and \r
+# number of cores-1 for greater core numbers\r
+#engine.local.thread.number=3\r