Browse Source

Ansible adaptions (config_example)

master
Dirk Alders 1 year ago
parent
commit
efd61a82bf
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      config_example/config.py

examples/config.py → config_example/config.py View File

4
 import os
4
 import os
5
 import report
5
 import report
6
 
6
 
7
-MQTT_USER = "user"
8
-MQTT_PASS = "password"
9
-MQTT_SERVER = "host"
10
-MQTT_TOPIC = "leyk"
7
+MQTT_USER = "<mqtt_smarthome_username>"
8
+MQTT_PASS = "<mqtt_smarthome_password>"
9
+MQTT_SERVER = "<mqtt_smarthome_hostname>"
10
+MQTT_TOPIC = "<mqtt_leyk_topic>"
11
 
11
 
12
 GEO_POSITION = geo.gps.coordinate(lat=49.519167, lon=9.3672222)
12
 GEO_POSITION = geo.gps.coordinate(lat=49.519167, lon=9.3672222)
13
 
13
 

Loading…
Cancel
Save