Browse Source

Explain application secrets (#217)

closed-social-glitch-2
Andrea Faulds 7 years ago
committed by Eugen
parent
commit
82191b3383
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .env.production.sample

+ 2
- 0
.env.production.sample View File

@ -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=

Loading…
Cancel
Save