From b3621582531933f9deab1ca80647974fb4305c18 Mon Sep 17 00:00:00 2001 From: Masoko Date: Mon, 27 Apr 2020 16:51:26 +0300 Subject: [PATCH] Create config.py.example --- config.py.example | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.py.example diff --git a/config.py.example b/config.py.example new file mode 100644 index 0000000..b02fe56 --- /dev/null +++ b/config.py.example @@ -0,0 +1,5 @@ +mqtt_host = "192.168.0.13" +mqtt_user = "user" +mqtt_password = "password" +mqtt_port = "1883" +mqtt_topic_prefix = "topic"