21 lines
478 B
Plaintext
21 lines
478 B
Plaintext
|
##############################################################################
|
||
|
# Sample torch-sub.conf file
|
||
|
##############################################################################
|
||
|
|
||
|
[mqtt]
|
||
|
#Topic is required
|
||
|
BrokerHost=broker
|
||
|
BrokerPort=8883
|
||
|
Topic=torch/+/wake
|
||
|
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
|