added more config environments

This commit is contained in:
Dobromir Popov
2021-08-22 23:56:06 +03:00
parent 6c7912b915
commit f6a7790e92
3 changed files with 25 additions and 16 deletions

View File

@@ -1,13 +0,0 @@
module.exports = {
GardenIP: '192.168.0.187',
AcIP : '192.168.1.143',
HouseDhtIP : '192.168.1.126',
HomeControllerMQTT : '192.168.0.10',//GW02
localPath : "",
foo: function () {
// whatever
},
bar: function () {
// whatever
}
};