Update to add virtualcoke
[uccvend-vagrant.git] / puppet / modules / uccvend-configs / templates / dispense-server.conf.erb
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 coke_modbus_port 1502
13
14 # Zero price items, defaults to off
15 test_mode no
16 #test_mode yes
17
18 disable_syslog yes
19
20 # Used to set dispense into a dummy mode when the coke machine is out of action
21 # and we're dispensing drinks from the fridge (or manually)
22 coke_dummy_mode no
23 #coke_dummy_mode yes
24
25 door_serial_port /dev/ttyUSB0
26 door_unlocked_delay 10
27
28 trusted_host 127.0.0.1          # localhost
29
30 #trusted_host 130.95.13.4       # Merlo
31 #trusted_host 130.95.13.7       # motsugo
32 #trusted_host 130.95.13.18      # mussel
33 #trusted_host 130.95.13.23      # martello
34 #trusted_host 130.95.13.42      # meersau

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