Closed elrayle closed 9 years ago
Some sensitive data is already hidden, but some is still in the app. Need to work with SYSOPS to determine what should be hidden and hide it.
Some info on this process per initial discussion with Alan McCarty:
you need to use dotenv https://github.com/bkeepers/dotenv (Loads environment variables from .env.) you should be able to include all necessary files for the app to run - and put all passwords, api keys, etc. in a .env file which gets .gitignored .env file lives in .env is managed by puppet
you need to use dotenv https://github.com/bkeepers/dotenv (Loads environment variables from .env.)
.env
you should be able to include all necessary files for the app to run - and put all passwords, api keys, etc. in a .env file which gets .gitignored .env file lives in .env is managed by puppet
Fixed by PR https://github.com/cul-it/agrisufia/pull/31
Some sensitive data is already hidden, but some is still in the app. Need to work with SYSOPS to determine what should be hidden and hide it.
Some info on this process per initial discussion with Alan McCarty: