Hidding data from Github and Heroku
I’m using dropbox API to retrieve and store some photos on my rails app. Dropbox must give me API keys, secrets, tokens to get access to my own app. However, these data will be exposed if I simply store them in config files. The wonderful thing about rails is that we…