root/boozer/boozer.cfg

Revision 31, 0.7 kB (checked in by devja..@anarkystic.com, 1 year ago)

importing boozer code

Line 
1 [Echo]
2 enabled = True
3
4 [LineReceiver]
5 port = 2336
6
7 [SonMicroMifareSensor]
8 enabled = False
9 #device = /dev/tty.USA19H1d1P1.1
10 device = /dev/ttyS0
11
12 [SonMicroMifareSensorProtocol]
13 baudrate = 19200
14 has_inputs = True
15 has_outputs = True
16
17 [NetworkConnectionSensor]
18 delay = 10
19
20 [DHClientController]
21 platform = posix
22
23 [LPRService]
24 really_print = True
25
26 [XMLRPCService]
27 endpoint = http://pic01.test.mediamatic.nl/services/xmlrpc/
28
29 [JSONService]
30 base_url = http://pic01.test.mediamatic.nl/services/rest/
31
32
33 [BoozeController]
34 voucher_path = ./vouchers
35 photo_path = ./photos
36 anymeta_url = http://pic01.test.mediamatic.nl
37 username = XXX
38 password = XXX
39 use_certs = True
40
41 blink_rate = 0.5
42 print_saver = 1200.0
43 stack_timeout = 5.0
44 print_timeout = 20.0
45
46
47
Note: See TracBrowser for help on using the browser.