]> mj.ucw.cz Git - moe.git/blob - mop/mop.cf
Move more things to mop.cf and also include userlist.
[moe.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 CT_UID_MAX=65199
12
13 # A file with the list of all contestants. Consists of tab-separated fields:
14 # <login>       <full name>     [<machine>]
15 CT_USER_LIST=cf/userlist
16
17 # (optional) Use remote submitting
18 REMOTE_SUBMIT=1
19 REMOTE_SUBMIT_USER=mo-submit
20 REMOTE_SUBMIT_GROUP=mo-submit
21
22 # Include configuration of the evaluator
23 . cf/eval