Athensworks / coffeetalk

Matching people up for coffee.
https://www.youtube.com/watch?v=i1GjMZjkVsU&list=PLS_gQd8UB-hJMkOqubaZgROjPrK_k4JT3
Apache License 2.0
0 stars 1 forks source link

Storing API keys in a public repo isn't great 😇 #4

Closed rickychilcott closed 4 years ago

rickychilcott commented 8 years ago

Also, consider invalidating the current API key that has been committed and use MAILGUN_KEY=xxxxxx npm start when working locally. Alternatively, consider using https://github.com/strongloop/node-foreman to load environment variables from a .env file at the root of your repo

benlachman commented 8 years ago

Yep. Wasn't thinking. Rookie mistake. I've invalidated the API KEY.

->Ben

Ben Lachman 740.590.0009

Sent from my iPhone

On Sep 16, 2016, at 12:48 AM, Ricky Chilcott notifications@github.com wrote:

Also, consider invalidating the current API key that has been committed and use MAILGUN_KEY=xxxxxx npm start when working locally. Alternatively, consider using https://github.com/strongloop/node-foreman to load environment variables from a .env file at the root of your repo

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.