VeteransOnWatch / veterans-on-watch-server

MIT License
0 stars 0 forks source link

Add dotenv to the project #6

Open lightmedium opened 10 years ago

lightmedium commented 10 years ago

Using the dotenv gem. Secret Keys and whatnot can live in a .env file at the root of the project, and be gitignored. Production versions will either be added to the production environment during deploy, or as part of environment configuration with the host (assuming we have such wiz-bang features wherever we host the app). https://github.com/bkeepers/dotenv