CodeDoesGood / business

CodeDoesGood organization main repo.
http://www.codedoesgood.org
36 stars 3 forks source link

Private API key handling #141

Open abbeyjackson opened 7 years ago

abbeyjackson commented 7 years ago

Develop a process for how to handle private API keys for projects

Doug-Luce commented 7 years ago

I know there will be more to this conversation, but I thought I would get us started.

Handling API Keys

Example

var db = require('db')
db.connect({
  host: process.env.DB_HOST,
  username: process.env.DB_USER,
  password: process.env.DB_PASS
})
abbeyjackson commented 7 years ago

@wellingtonmb88 Hey just wondering why this was assigned to me?