Skip to content

Commit

Permalink
Replace occurences of mqtt_master_connector_conf.xml with new brokers…
Browse files Browse the repository at this point in the history
…_configuration.xml
  • Loading branch information
gfinocchiaro committed Mar 18, 2020
1 parent 7b5b915 commit 3f1faa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ https://github.com/mqtt/mqtt.github.io/wiki/public_brokers).
download package. MQTT.Cool comes with a set of predefined configurations for
connecting with local MQTT server instances, as well as with the most common
publicly accessible brokers. If you want to provide a new custom configuration,
open the `mqtt_master_connector_conf.xml` file located under
`<MQTT.COOL_HOME>/mqtt_connectors` and provide a set of entries similar to the
open the `brokers_configuration.xml` file located under
`<MQTT.COOL_HOME>/conf` and provide a set of entries similar to the
following (please refer to the inline documentation for more in-depth
information on how to configure broker connection parameters):

Expand Down Expand Up @@ -125,7 +125,7 @@ const MQTT_COOL_URL = 'http://localhost:8080';
and change it accordingly.

Further, the demo will look for the **mosquitto** alias, which is one of the
predefined configurations in `mqtt_master_connector_conf.xml`. Once more, if you
predefined configurations in `brokers_configuration.xml`. Once more, if you
need to target a different MQTT broker, and provided that relative connection
parameters are already defined as shown above, modify the following line in
`src/web/js/app.js`:
Expand Down

0 comments on commit 3f1faa5

Please sign in to comment.