Get rid of now unnecessary run wrapper.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
db_conn: {
|
db_conn: {
|
||||||
host : process.argv[2] || "localhost",
|
host : process.argv[2] || "mysql.service.consul",
|
||||||
user : 'instasync',
|
user : 'instasync',
|
||||||
password : 'uequ1hahghahshu2eeD1',
|
password : 'uequ1hahghahshu2eeD1',
|
||||||
database : 'instasync',
|
database : 'instasync',
|
||||||
|
|||||||
Reference in New Issue
Block a user