keystonejs / generator-keystone-react

⚠️ Archived - Legacy Yeoman generator for a KeystoneJS / React.js boilerplate project
http://keystonejs.com
MIT License
87 stars 12 forks source link

Cookie secret should not be committed to the repo #5

Open ericelliott opened 8 years ago

ericelliott commented 8 years ago

We should encourage users to load the cookie secret from an environment variable. See dotenv for an easy way to manage that.

ericelliott commented 8 years ago

Here's a sample of how to use .env files for configuration.

Here's the dotenv config for the start script.

morenoh149 commented 8 years ago

echo https://github.com/keystonejs/generator-keystone/issues/39