BrainBlast/ui/src/config.js.example

5 lines
72 B
Plaintext
Raw Normal View History

2024-02-25 11:33:44 +01:00
// config.js
export default {
mqttBrokerUrl: 'ws://localhost:9001'
};