GeekLaunch / nodejs-template-emails

Sending template emails in Node.JS
17 stars 18 forks source link

about creds.js #4

Open yogatanaya opened 6 years ago

yogatanaya commented 6 years ago

please give me tutorials in create the file of creds.js

Miikis commented 5 years ago

Hey @yogatanaya,

You've probably already figured it out by now but I'll answer this for posterity. creds.js contains something like this:

export const creds = {
    username: "GeekLaunch",
    password: "Password1!"
}

Food for Thought

USERNAME=GeekLaunch
PASSWORD=Password1!