lena / likes_me

0 stars 1 forks source link

hiding private keys #1

Closed lena closed 10 years ago

lena commented 10 years ago

can you remind me how to hide the keys when you're working from heroku and not your local env?

amadden80 commented 10 years ago

heroku config:set MYKEY='thekeyinformation'

https://devcenter.heroku.com/articles/config-vars

All good? I'm closing this issue. Reopen it if still an issue.