Conversation
|
I would rather leave the connect() with no args and rely on file based configuration as it makes things much easier to configure. You can add a connect.json to the current directory or to /etc/messaging that contains the hostname, port, tls and/or user credentials that way. Will that work for you? |
Makes sense - I didn't notice the config file approach. Would you like the commit that updates package.json and adds package-lock.json? I can update the PR if so. I couldn't |
What version of npm are you using? The docker file runs npm install to create the image which is working fine (though with a somewhat old node version). |
|
v10.16.3 |
No description provided.