From bbe2db581ae5a35ad839a4248e6fe86fb605a56f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20CHOMAZ?= Date: Sun, 25 Feb 2024 11:33:44 +0100 Subject: [PATCH] Je remet le config.js.example --- src/config.js.example | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/config.js.example diff --git a/src/config.js.example b/src/config.js.example new file mode 100644 index 0000000..559f60b --- /dev/null +++ b/src/config.js.example @@ -0,0 +1,4 @@ +// config.js +export default { + mqttBrokerUrl: 'ws://localhost:9001' +};