dev config changes: db moved to
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"development": {
|
"development": {
|
||||||
"username": "iot",
|
"username": "iot",
|
||||||
|
"password": "!iot_popovi_nh",
|
||||||
"database": "iot",
|
"database": "iot",
|
||||||
"password": "localdevdobri",
|
"host": "192.168.0.10",
|
||||||
"host": "127.0.0.1",
|
"port":"3304",
|
||||||
"port":"3306",
|
|
||||||
"dialect": "mysql",
|
"dialect": "mysql",
|
||||||
"operatorsAliases": false,
|
"operatorsAliases": false,
|
||||||
"logFile":"/dht.log",
|
"logFile":"/dht.log",
|
||||||
@@ -25,10 +25,10 @@
|
|||||||
},
|
},
|
||||||
"production": {
|
"production": {
|
||||||
"username": "iot",
|
"username": "iot",
|
||||||
"password": "!iot_popovi",
|
"password": "!iot_popovi_nh",
|
||||||
"database": "iot",
|
"database": "iot",
|
||||||
"host": "localhost",
|
"host": "192.168.0.10",
|
||||||
"port":"3306",
|
"port":"3304",
|
||||||
"dialect": "mysql",
|
"dialect": "mysql",
|
||||||
"operatorsAliases": false,
|
"operatorsAliases": false,
|
||||||
"logFile":"/var/www/dht.log",
|
"logFile":"/var/www/dht.log",
|
||||||
|
|||||||
Reference in New Issue
Block a user