Site updated at 2017-10-13 12:26:36 UTC

This commit is contained in:
Travis CI 2017-10-13 12:26:36 +00:00
parent 10bf5699f9
commit 47327bf7df
28 changed files with 83 additions and 75 deletions

View file

@ -105,7 +105,7 @@ Make sure you use logins and disable anonymous access if you want to secure the
<p>To use the Mosquitto as <a href="/docs/mqtt/broker/#run-your-own">broker</a> add the following entry to the <code class="highlighter-rouge">configuration.yaml</code> file.</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">mqtt</span><span class="pi">:</span>
<span class="s">broker</span><span class="pi">:</span> <span class="s">172.17.0.1</span>
<span class="s">broker</span><span class="pi">:</span> <span class="s">core-mqtt</span>
</code></pre>
</div>
</article>