From efd61a82bf30babf66d93f5efe663eb6b36c06f5 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Fri, 3 Nov 2023 14:47:39 +0100 Subject: [PATCH] Ansible adaptions (config_example) --- {examples => config_example}/config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename {examples => config_example}/config.py (71%) 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)