]> mj.ucw.cz Git - eval.git/blob - mop/mop.cf
MO-P: New icons on the desktop
[eval.git] / mop / mop.cf
1 # Configuration file for the MO-P environment
2 # (c) 2001--2008 Martin Mares <mj@ucw.cz>
3
4 # The root of the whole contest directory hierarchy
5 MO_ROOT=/mo
6
7 # These values are used when creating logins for eval and contestants
8 # (group id's are from the same range)
9 EVAL_UID_MIN=65000
10 CT_UID_MIN=65100
11
12 # A file with the list of all contestants. Consists of tab-separated fields:
13 # <login>       <full name>     [<machine>]
14 CT_USER_LIST=cf/userlist
15
16 # (optional) Use remote submitting
17 REMOTE_SUBMIT=1
18 REMOTE_SUBMIT_USER=mo-submit
19 REMOTE_SUBMIT_GROUP=mo-submit
20
21 # Include configuration of the evaluator
22 . cf/eval