Fix CDN_HOST variable requirement

This commit is contained in:
Eugen Rochko 2016-11-26 15:27:05 +01:00
parent 950312bada
commit 6c82dfcf5f
2 changed files with 5 additions and 3 deletions

View file

@ -12,8 +12,7 @@ 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.
# Generate each with the `rake secret` task
PAPERCLIP_SECRET=
SECRET_KEY_BASE=
@ -23,3 +22,6 @@ SMTP_PORT=587
SMTP_LOGIN=
SMTP_PASSWORD=
SMTP_FROM_ADDRESS=notifications@example.com
# Optional asset host for multi-server setups
# CDN_HOST=assets.example.com