diff options
author | Andrea Faulds <ajf@ajf.me> | 2016-11-23 08:30:53 +0000 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2016-11-23 09:30:53 +0100 |
commit | 82191b33831f26e071a27dd59ce2e46fb467589c (patch) | |
tree | a1a882d6e60ae5a4d0acb11362f8126aa386233e | |
parent | 4bdb6a0eaffb39fb953689729c9fcf772c7128d6 (diff) |
Explain application secrets (#217)
-rw-r--r-- | .env.production.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample index b68ba523c..a3da10b97 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -14,6 +14,8 @@ LOCAL_DOMAIN=example.com LOCAL_HTTPS=true # Application secrets +# These are arbitrary strings. They should be long and cryptographically secure. +# For Docker, `docker-compose run --rm web rake secret` will generate them. PAPERCLIP_SECRET= SECRET_KEY_BASE= |