From 80a6e13c2e11ef2723a551069ac89327572707b1 Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Tue, 19 Oct 2021 11:03:19 +0300 Subject: [PATCH] dev config changes: db moved to --- config/config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/config.json b/config/config.json index 7213360..51a1b4b 100644 --- a/config/config.json +++ b/config/config.json @@ -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",