blob: 1e910390ffea38f46d9ba6c00c22a1965d112f11 (
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
|
# Athena 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/athena.log
# project signing key file name
needkey=true
key=athenakey.tok
# auxiliary project configuration file
needauxcfg=true
auxcfg=athenaaux.cfg
neediatt=true
needoatt=true
needpwd=true
# Project administrator email address
email=framework@email.com
# Notification receivers (emails)
notifs=1
framework@email.com
# Authorized senders (signers) (userid=email)
needsenders=true
fred=fred@email.com
|