Skip to content

Commit

Permalink
docs: adds MQTTUSERNAME and MQTTPASSWORD to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlorenz committed Dec 6, 2018
1 parent 26779d3 commit 897c2b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Set the following optional environment variables before invoking

- ``MQTTHOST`` (default ``"localhost"``) is the name/address of the MQTT broker.
- ``MQTTPORT`` (default ``1883``) is the TCP port number of the broker.
- ``MQTTUSERNAME`` is the username to connect to the broker.
- ``MQTTPASSWORD`` is the password to connect to the broker.
- ``MQTTWATCHDIR`` (default: ``"."``) is the path to the directory to watch.
- ``MQTTQOS`` (default: ``0``) is the MQTT Quality of Service (QoS) to
use on publish. Allowed values are ``0``, ``1``, or ``2``.
Expand Down

0 comments on commit 897c2b0

Please sign in to comment.