ReAdd config.js
This commit is contained in:
7
config.js.sample
Normal file
7
config.js.sample
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
const config = {
|
||||||
|
mqttserver: {
|
||||||
|
host: "mqtt://[your mqtt-server here]"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
module.exports = config;
|
||||||
Reference in New Issue
Block a user