about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-11-26 15:27:05 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-11-26 15:27:05 +0100
commit6c82dfcf5fd51e652490b927fbf5773c3f52e803 (patch)
treedc572623f73e94beb0b51fa309b95c10de200158 /.env.production.sample
parent950312bada605e9df832aa05fe5010450af9a567 (diff)
Fix CDN_HOST variable requirement
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample6
1 files changed, 4 insertions, 2 deletions
diff --git a/.env.production.sample b/.env.production.sample
index 190b372c2..e75bf9671 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -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