Skip to content

Commit 5e1e5a1

Browse files
authored
Update geographical coordinates in .env.example
1 parent ce72ab5 commit 5e1e5a1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Beispiel-Konfiguration
22
ADMIN_PASS=dein_passwort
3-
LATITUDE=52.5200
4-
LONGITUDE=13.4050
3+
LATITUDE=50.9412
4+
LONGITUDE=6.9583
55
MQTT_BROKER_URL=192.168.178.xxx
66
MQTT_BROKER_PORT=1883
77
MQTT_USERNAME=dein_mqtt_user
8-
MQTT_PASSWORD=dein_mqtt_passwort
8+
MQTT_PASSWORD=dein_mqtt_passwort

0 commit comments

Comments
 (0)