blob: b46106e47ec190e3eca3b3a95cd977d055a21456 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# Test project configuration file
# NOTE: The parameters must be in this order!
#
# program executable filename
program=framework_test
# File name for the project audit log
log=logs/testproject.log
# project signing key file name
needkey=true
key=testprojectkey.tok
# auxiliary project configuration file
needauxcfg=false
#auxcfg=athenaaux.cfg
neediatt=true
needoatt=true
needpwd=true
# Project administrator email address
email=framework@email.com
# Notification receivers
notifs=1
joe@email.com
# Authorized senders (signers) (userid=email)
needsenders=true
joe=joe@email.com
fred=fred@email.com
|