Server - Separate account for 'add'
[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
13 # Zero price items, defaults to off
14 test_mode no
15 #test_mode yes
16
17 # Used to set dispense into a dummy mode when the coke machine is out of action
18 # and we're dispensing drinks from the fridge (or manually)
19 coke_dummy_mode no
20 #coke_dummy_mode yes
21
22 door_serial_port /dev/ttyUSB0
23 door_unlocked_delay 10
24
25 trusted_host 130.95.13.4        # Merlo
26 trusted_host 130.95.13.7        # motsugo
27 trusted_host 130.95.13.18       # mussel
28 trusted_host 130.95.13.23       # martello
29 trusted_host 130.95.13.42       # meersau

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