Merge pull request #4 from mtearle/master
[tpg/opendispense2.git] / dispsrv.conf
1 #
2 # OpenDispense2 Server config file
3 #
4 daemonise yes
5 server_port 11021
6 cokebank_database cokebank.db
7 items_file items.cfg
8
9 # PLC - coke brain
10 #coke_modbus_address 130.95.13.73
11 coke_modbus_address 0.0.0.0
12 # 502 is default modbus port, virtualcoke uses 1502
13 coke_modbus_port 502
14
15 # Zero price items, defaults to off
16 test_mode no
17 #test_mode yes
18
19 disable_syslog yes
20
21 # Used to set dispense into a dummy mode when the coke machine is out of action
22 # and we're dispensing drinks from the fridge (or manually)
23 coke_dummy_mode no
24 #coke_dummy_mode yes
25
26 door_serial_port /dev/ttyUSB0
27 door_unlocked_delay 10
28
29 trusted_host 130.95.13.4        # Merlo
30 trusted_host 130.95.13.7        # motsugo
31 trusted_host 130.95.13.18       # mussel
32 trusted_host 130.95.13.23       # martello
33 trusted_host 130.95.13.42       # meersau

UCC git Repository :: git.ucc.asn.au