fix mqtt config
This commit is contained in:
parent
9db249ed6c
commit
6daba47faf
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ type Config struct {
|
||||||
Broker string `toml:"broker"`
|
Broker string `toml:"broker"`
|
||||||
ClientID string `toml:"client_id"`
|
ClientID string `toml:"client_id"`
|
||||||
Username string `toml:"username"`
|
Username string `toml:"username"`
|
||||||
Password string `toml:"passoword"`
|
Password string `toml:"password"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue