2020-10-20 16:58:42 +00:00
|
|
|
##############################################################################
|
|
|
|
# Sample torch-sub.conf file
|
|
|
|
##############################################################################
|
|
|
|
|
|
|
|
[mqtt]
|
|
|
|
#Topic is required
|
2020-10-22 18:11:57 +00:00
|
|
|
BrokerHost=broker
|
|
|
|
BrokerPort=1883
|
2020-10-20 16:58:42 +00:00
|
|
|
Topic=torch/+/wake
|
2020-10-22 18:11:57 +00:00
|
|
|
RequireCertificate=False
|
2020-10-20 16:58:42 +00:00
|
|
|
CaFile=ca.crt
|
|
|
|
KeyFile=subscriber.key
|
|
|
|
CertFile=subscriber.crt
|
|
|
|
|
|
|
|
[database]
|
|
|
|
#Filename is optional and defaults to 'clients.json'
|
|
|
|
Filename=torch_clients.json
|
|
|
|
|
|
|
|
[web]
|
|
|
|
#Port is optional and defaults to 8080
|
2020-10-22 18:11:57 +00:00
|
|
|
Port=8080
|