Site updated at 2017-10-13 20:18:48 UTC

This commit is contained in:
Travis CI 2017-10-13 20:18:48 +00:00
parent 47327bf7df
commit fb94817f44
26 changed files with 65 additions and 65 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">core-mqtt</span>
<span class="s">broker</span><span class="pi">:</span> <span class="s">core-mosquitto</span>
</code></pre>
</div>
</article>