Get rid of now unnecessary run wrapper.

This commit is contained in:
2023-09-03 06:19:24 +01:00
parent 1fb451dedc
commit 5182f605ce
2 changed files with 1 additions and 9 deletions

View File

@@ -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',