fix mqtt config

This commit is contained in:
Martin/Geno 2019-08-07 12:51:28 +02:00
parent 9db249ed6c
commit 6daba47faf
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ type Config struct {
Broker string `toml:"broker"`
ClientID string `toml:"client_id"`
Username string `toml:"username"`
Password string `toml:"passoword"`
Password string `toml:"password"`
}