Create config.py.example

This commit is contained in:
Masoko
2020-04-27 16:51:26 +03:00
committed by GitHub
parent 0fc538a9ed
commit b362158253

5
config.py.example Normal file
View File

@@ -0,0 +1,5 @@
mqtt_host = "192.168.0.13"
mqtt_user = "user"
mqtt_password = "password"
mqtt_port = "1883"
mqtt_topic_prefix = "topic"