]> mj.ucw.cz Git - eval.git/blobdiff - config
Lots of minor improvements.
[eval.git] / config
diff --git a/config b/config
index 5e2c13f94fd27db5adbbd33c79561904576fc72e..84bf889b68dce056625b86d0eef75c4d1c78bc61 100644 (file)
--- a/config
+++ b/config
@@ -10,13 +10,15 @@ TEST_USERS="mo-test1 mo-test2"
 # UID range assigned to contestants
 CT_UID_MIN=21000
 CT_UID_MAX=29999
-CT_UID_MIN=1000
 
 # Test user for sandboxing
 TEST_USER=${TEST_USER:mo-test1}
 
 ### all of the following variables can be overriden in per-task config file
 
+# Default task type (file or interactive)
+TASK_TYPE=file
+
 # Known source file extensions
 EXTENSIONS="c C cpp p pas"