moved the py files to src
This commit is contained in:
5
src/config.py.example
Normal file
5
src/config.py.example
Normal file
@@ -0,0 +1,5 @@
|
||||
mqtt_host = "192.168.0.13"
|
||||
mqtt_user = "user"
|
||||
mqtt_password = "password"
|
||||
mqtt_port = "1883"
|
||||
mqtt_topic_prefix = "topic"
|
||||
Reference in New Issue
Block a user