PlayWithMagic / PlayWithMagic.org

PlayWithMagic.org is a web application that catalogs magic tricks and helps magicians build shows.
http://playwithmagic.github.io/PlayWithMagic.org/
Apache License 2.0
2 stars 1 forks source link

Make sure application.secret is different when pushed to Heroku. #208

Closed pkarjala closed 9 years ago

pkarjala commented 9 years ago

Just need to make sure we're not using the local application.secret key on the deployed instance.

marknelsonengineer commented 9 years ago

Updated in Heroku with:

heroku config:add APP_SECRET=<<Stuff>>