From a78cddfdb12a7b4456b1fb1a749c174102c4dea1 Mon Sep 17 00:00:00 2001 From: Benjamin Dweck Date: Tue, 20 Oct 2020 00:07:36 +0200 Subject: [PATCH] Fixed broken comment --- torch.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/torch.conf b/torch.conf index a6dd07d..c3b5558 100644 --- a/torch.conf +++ b/torch.conf @@ -6,7 +6,10 @@ ControllerPort = 9051 Port = 22 [mqtt] -BrokerHost = mqtt.example.com # OR example1i3uyrbfoi3fi.onion + +BrokerHost = mqtt.example.com +#BrokerHost = example1i3uyrbfoi3fi.onion + BrokerPort = 1883 ClientID = my-client Topic = example/topic