22 lines
512 B
Plaintext
22 lines
512 B
Plaintext
##############################################################################
|
|
# Sample torch-sub.conf file
|
|
##############################################################################
|
|
|
|
[mqtt]
|
|
#Topic is required
|
|
BrokerHost=mqtt.example.com
|
|
BrokerPort=8883
|
|
Topic=torch/+/wake
|
|
RequireCertificate=True
|
|
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
|
|
Port=3434
|