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