mirror of
https://github.com/teslamate-org/teslamate.git
synced 2026-01-24 21:06:08 +08:00
Fixing a few things in the docs.. (#611)
* adding swedish translation * adding comments from endlish errors.po * adding new translations for swedish * fix #524 of adriankumpf/teslamate * adding translation for geo-fence in swedish * fixing translation of charge limit in swedish * fixiing translation of mileage in swedish * Fix typos * adding swedish translations * adjustment of swedish translation suggested by Thomas Hennig * MQTT_HOST default should be 127.0.0.1 for screen, as in systemd * adding drop_cap to traefik example, which all other guides have * removing quotation marks around ports for portainer * adjusting volumes for portainer to match other guides Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user