noobling / Homefornow

Current beta website
https://www.homefornow.org.au
MIT License
8 stars 3 forks source link

Move all the sensitive data in the code into the .env file #24

Closed noobling closed 6 years ago

noobling commented 6 years ago

Right now there is a huge security issue since our secrets and username and passwords are exposed to the public.

https://medium.com/ibm-watson-data-lab/environment-variables-or-keeping-your-secrets-secret-in-a-node-js-app-99019dfff716 This post gives you some ideas.

Getting started

noobling commented 6 years ago

All prod data should be in environment variables by now i hope..