diff --git a/examples/config.py b/config_example/config.py similarity index 71% rename from examples/config.py rename to config_example/config.py index 57c2f0d..f3136ee 100644 --- a/examples/config.py +++ b/config_example/config.py @@ -4,10 +4,10 @@ import geo import os import report -MQTT_USER = "user" -MQTT_PASS = "password" -MQTT_SERVER = "host" -MQTT_TOPIC = "leyk" +MQTT_USER = "" +MQTT_PASS = "" +MQTT_SERVER = "" +MQTT_TOPIC = "" GEO_POSITION = geo.gps.coordinate(lat=49.519167, lon=9.3672222)