initial commit
This commit is contained in:
18
config.yml.sample
Normal file
18
config.yml.sample
Normal file
@ -0,0 +1,18 @@
|
||||
mqtt:
|
||||
host: 10.10.10.77
|
||||
port: 1883
|
||||
username: printer
|
||||
password: U6wYZaJ0zL7witYE
|
||||
clientid: printer
|
||||
retained: false
|
||||
topic: "zwave/button_01/91/0/scene/001"
|
||||
postgres:
|
||||
host: 10.10.10.77
|
||||
port: 5432
|
||||
username: gonpfdprinter
|
||||
password: x85vr97qFU2o76Qp
|
||||
database: gonpfdprinter
|
||||
update: 30
|
||||
printer: /dev/usb/lp0
|
||||
log:
|
||||
level: info
|
Reference in New Issue
Block a user