5 lines
72 B
Plaintext
5 lines
72 B
Plaintext
// config.js
|
|
export default {
|
|
mqttBrokerUrl: 'ws://localhost:9001'
|
|
};
|