Hi all, I am totally a noob and not a NodeJS developer but I hired one to build a website.
He bailed on me and became unresponsive. The site did work at one point but now when trying to login, it's trying to use port 5001 and I'm getting a err_connection_refused in the code inspector when clicking submit on the login form.
/**
* Created on : 7/18/2016
*/
module.exports = {
PORT : 5001,
// dbname : "buddy-quaid",
dbname : "buddy-quaid-staging",
session_secret : "Babar@Bilal_1",
insertAdmin : true,
StripeToken: "REDACTED",
StripePlanId: "REDACTED"
}
Can someone tell me if this is not kosher or what's going on?
Thanks in advance.