dev config changes: db moved to

This commit is contained in:
Dobromir Popov
2021-10-19 11:03:19 +03:00
parent f9680a73ce
commit 80a6e13c2e

View File

@@ -1,10 +1,10 @@
{
"development": {
"username": "iot",
"password": "!iot_popovi_nh",
"database": "iot",
"password": "localdevdobri",
"host": "127.0.0.1",
"port":"3306",
"host": "192.168.0.10",
"port":"3304",
"dialect": "mysql",
"operatorsAliases": false,
"logFile":"/dht.log",
@@ -25,10 +25,10 @@
},
"production": {
"username": "iot",
"password": "!iot_popovi",
"password": "!iot_popovi_nh",
"database": "iot",
"host": "localhost",
"port":"3306",
"host": "192.168.0.10",
"port":"3304",
"dialect": "mysql",
"operatorsAliases": false,
"logFile":"/var/www/dht.log",