]> mj.ucw.cz Git - eval.git/blobdiff - config
Lots of minor improvements.
[eval.git] / config
diff --git a/config b/config
index daf2f7450757fba72351c2c89e525cef2bbe8f0b..84bf889b68dce056625b86d0eef75c4d1c78bc61 100644 (file)
--- a/config
+++ b/config
@@ -7,11 +7,18 @@ EVAL_USER=mo-eval
 EVAL_GROUP=mo-eval
 TEST_USERS="mo-test1 mo-test2"
 
+# UID range assigned to contestants
+CT_UID_MIN=21000
+CT_UID_MAX=29999
+
 # 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"