From: Martin Mares Date: Wed, 20 Mar 2002 11:55:43 +0000 (+0000) Subject: New defaults. X-Git-Tag: python-dummy-working~491 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=953155de3df7547b16609078b1950c50c2a4ad0a;p=eval.git New defaults. --- diff --git a/config b/config index 91426a1..9c20211 100644 --- a/config +++ b/config @@ -2,14 +2,14 @@ # (c) 2001 Martin Mares # 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}