Those are just variable settings for other code to reference.  Along the 
lines of something you might do setting up an environment (i.e. dev / qa 
/prod)

On Wednesday, August 7, 2019 at 2:23:24 PM UTC-6, Buddy Quaid wrote:
>
> 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.
>
> I found this... I have no idea what hunthandy.com is by the way.
>
> /**
>  * Created on : 7/18/2016
>  * Author : Babar Bilal <bab...@gmail.com <javascript:>>
>  */
>
> module.exports = {
>   PORT : 5001,
>   // dbname : "buddy-quaid",
>   dbname : "buddy-quaid-staging",
>   hostname : "http://localhost:5001";,
>   session_secret : "Babar@Bilal_1",
>   domain: "http://hunthandy.com";,
>   insertAdmin : true,
>   StripeToken: "REDACTED",
>   StripePlanId: "REDACTED"
> }
>
> Can someone tell me if this is not kosher or what's going on?
>
> Thanks in advance.
>
>

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/d4986d87-0152-4dc1-b7bc-e837c3c6b3b3%40googlegroups.com.

Reply via email to