]> mj.ucw.cz Git - eval.git/commitdiff
New defaults.
authorMartin Mares <mj@ucw.cz>
Wed, 20 Mar 2002 11:55:43 +0000 (11:55 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 20 Mar 2002 11:55:43 +0000 (11:55 +0000)
config

diff --git a/config b/config
index 91426a16f954a437d3b92dba35e334f3a5f1d968..9c20211948148257475eec0a3756f8c24720eab4 100644 (file)
--- a/config
+++ b/config
@@ -2,14 +2,14 @@
 # (c) 2001 Martin Mares <mj@ucw.cz>
 
 # Directories and users
-MO_ROOT=/home/mo
+MO_ROOT=/aux/mo
 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
+CT_UID_MIN=65100
+CT_UID_MAX=65199
 
 # Test user for sandboxing
 TEST_USER=${TEST_USER:mo-test1}