Skip to content

Commit

Permalink
Update mqtt.conf.dist
Browse files Browse the repository at this point in the history
add default credentials to make mqtt api access work
  • Loading branch information
jmtatsch authored Sep 5, 2018
1 parent 6cb8301 commit 4626a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware_mod/config/mqtt.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ MOSQUITTOOPTS=""
MOSQUITTOPUBOPTS=""

# Add options for curl here e.g --user user:password
CURLOPTS=""
CURLOPTS="--user root:ismart12"

# Send a mqtt statusupdate every n seconds
STATUSINTERVAL=30

0 comments on commit 4626a35

Please sign in to comment.