-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsupervisor.conf
63 lines (50 loc) · 1.26 KB
/
supervisor.conf
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
## This .conf file passes parameters to the VoteBox.
## The format of this file is:
## KEY
## value
## the value MUST be on the line after the key.
## All keys are contained (along with their defaults) in
## votebox/AuditoriumParams.java
#Sets the defualt serial number, will need to be changed on a
#machine-to-machine basis
DEFAULT_SERIAL_NUMBER
000
#location of the log file to write to
LOG_LOCATION
log.out
#when the ballot is cast, encrypt the ballot
CAST_BALLOT_ENCRYPTION_ENABLED
true
#must have CAST_BALLOT_ENCRYPTION_ENABLED set to true
#separates the ballot into a COMMIT, and then either a
#CAST or a CHALLENGE
USE_COMMIT_CHALLENGE_MODEL
true
#changes the display mechanism
#current options are SDL (Linux) and AWT (Windows)
VIEW_IMPLEMENTATION
AWT
#sets the default printer
PRINTER_FOR_VVPAT
#Microsoft XPS Document Writer
#Brother PJ-663
HP-LaserJet-p2055dn
#PDF
#Sets the paper width for VVPAT in 1/72 of an inch
#For 80mm wide paper, this is roughly 226 1/72 of an inch
PAPER_WIDTH_FOR_VVPAT
612
#Sets the paper width for VVPAT in 1/72 of an inch
#For 80mm wide paper, this is roughly 216 1/72 of an inch
PRINTABLE_WIDTH_FOR_VVPAT
562
PAPER_HEIGHT_FOR_VVPAT
792
PRINTABLE_HEIGHT_FOR_VVPAT
742
USE_WINDOWED_VIEW
true
OPERATING_SYSTEM
Linux
LOG_LOCATION
superlog.out