Je remet le config.js.example

This commit is contained in:
Jérémy CHOMAZ 2024-02-25 11:33:44 +01:00
parent 0ce6139924
commit bbe2db581a

4
src/config.js.example Normal file
View File

@ -0,0 +1,4 @@
// config.js
export default {
mqttBrokerUrl: 'ws://localhost:9001'
};