change mqtt user for snapserver
This commit is contained in:
parent
a78e3b0813
commit
4f01bddd8b
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ in
|
||||||
enabled = "yes"; // set this to yes to enable the mqtt-metadata-service
|
enabled = "yes"; // set this to yes to enable the mqtt-metadata-service
|
||||||
hostname = "127.0.0.1"; // Hostname of the MQTT Broker
|
hostname = "127.0.0.1"; // Hostname of the MQTT Broker
|
||||||
port = 1883; // Port on the MQTT Broker to connect to
|
port = 1883; // Port on the MQTT Broker to connect to
|
||||||
username = "shairport-mqtt"; //set this to a string to your username in order to enable username authentication
|
username = "espresense"; //set this to a string to your username in order to enable username authentication
|
||||||
password = "insecure-password"; //set this to a string you your password in order to enable username & password authentication
|
password = "insecure-password"; //set this to a string you your password in order to enable username & password authentication
|
||||||
topic = "shairport"; //MQTT topic where this instance of shairport-sync should publish. If not set, the general.name value is used.
|
topic = "shairport"; //MQTT topic where this instance of shairport-sync should publish. If not set, the general.name value is used.
|
||||||
// publish_raw = "no"; //whether to publish all available metadata under the codes given in the 'metadata' docs.
|
// publish_raw = "no"; //whether to publish all available metadata under the codes given in the 'metadata' docs.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue