librespot-to-mqtt/secrets.mjs

10 lines
158 B
JavaScript
Raw Normal View History

2022-11-06 18:25:30 +01:00
const secrets = {
wsUrl: "ws://localhost:24879/events",
mqttUrl: "",
mqttUser: "",
mqttPass: "",
mqttTopic: ""
}
export default secrets;