Skip to content

Commit

Permalink
MQTT_HOST default should be 127.0.0.1 for screen, as in systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasehlert committed Apr 19, 2020
1 parent 5d97116 commit 18350d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/installation/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export DATABASE_USER="teslamate"
export DATABASE_PASS="secret"
export DATABASE_HOST="127.0.0.1"
export DATABASE_NAME="teslamate"
export MQTT_HOST="192.168.1.1"
export MQTT_HOST="127.0.0.1"
export MQTT_USERNAME="teslamate"
export MQTT_PASSWORD="teslamate"
export MQTT_TLS="false"
Expand Down

0 comments on commit 18350d0

Please sign in to comment.