added more config environments
This commit is contained in:
@@ -1,12 +1,27 @@
|
||||
{
|
||||
"development": {
|
||||
"username": "root",
|
||||
"username": "iot",
|
||||
"database": "iot",
|
||||
"password": "localdevdobri",
|
||||
"host": "127.0.0.1",
|
||||
"port":"3306",
|
||||
"dialect": "mysql",
|
||||
"operatorsAliases": false,
|
||||
"logFile":"/dht.log"
|
||||
"logFile":"/dht.log",
|
||||
"gardenIP":"192.168.0.187",
|
||||
"mqttIP": "192.168.0.10"
|
||||
},
|
||||
"mitko": {
|
||||
"host": "node-mysql",
|
||||
"database": "iot",
|
||||
"username": "root",
|
||||
"password": "mitko2021",
|
||||
"port":"3306",
|
||||
"dialect": "mysql",
|
||||
"operatorsAliases": false,
|
||||
"logFile":"/dht.log",
|
||||
"gardenIP":"192.168.0.187",
|
||||
"mqttIP": "192.168.0.10"
|
||||
},
|
||||
"production": {
|
||||
"username": "iot",
|
||||
@@ -16,6 +31,8 @@
|
||||
"port":"3306",
|
||||
"dialect": "mysql",
|
||||
"operatorsAliases": false,
|
||||
"logFile":"/var/www/dht.log"
|
||||
"logFile":"/var/www/dht.log",
|
||||
"gardenIP":"192.168.0.187",
|
||||
"mqttIP": "192.168.0.10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user