esmesh / allourideas.org

allourideas allows groups to collect and priorize information in an open, democratic, and efficient process.
www.allourideas.org
0 stars 0 forks source link

Don’t hardcode passwords #22

Closed esmesh closed 9 years ago

esmesh commented 10 years ago

Make everything use DB password from /etc/.my.cnf - currently in config/database.yml which gets checked into the repo. -- https://coderwall.com/p/djrfra

Also, get Base and session secrets from ENV

esmesh commented 10 years ago

Fixed in 753f39a