Add default configs for dispense client and server
[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
13 # Zero price items, defaults to off
14 test_mode no
15 #test_mode yes
16
17 disable_syslog yes
18
19 # Used to set dispense into a dummy mode when the coke machine is out of action
20 # and we're dispensing drinks from the fridge (or manually)
21 coke_dummy_mode no
22 #coke_dummy_mode yes
23
24 door_serial_port /dev/ttyUSB0
25 door_unlocked_delay 10
26
27 trusted_host 127.0.0.1          # localhost
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