From 4502060a8c71bce5a1cf1256c7731e98f2f0838b Mon Sep 17 00:00:00 2001 From: BJ Dweck Date: Tue, 6 Oct 2020 11:16:26 +0200 Subject: [PATCH] updated example conf file with clientId and onion host sample options --- torch.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/torch.conf b/torch.conf index 438711e..d9d0afd 100644 --- a/torch.conf +++ b/torch.conf @@ -1,12 +1,14 @@ [tor] +ProxyPort = 9050 ControllerPort = 9051 [ssh] Port = 22 [mqtt] -BrokerHost = mqtt.example.com +BrokerHost = mqtt.example.com # OR example1i3uyrbfoi3fi.onion BrokerPort = 1883 +ClientID = my-client Topic = example/topic ### Options for Using TLS