diff options
author | Chris <cmarti14@artic.edu> | 2017-05-30 11:39:28 -0500 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-30 18:39:28 +0200 |
commit | 23081bb2994b34108fb06e15d3101849a3077cf9 (patch) | |
tree | 69ae5d75ab657694e3c081192906faa8c62dd10c | |
parent | 4c7fe48c402043d04435799ab1f10c67430ef34e (diff) |
added 'https://' to CDN_HOST variable example (#3446)
-rw-r--r-- | .env.production.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.production.sample b/.env.production.sample index 23cf18c8e..394cdedfe 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -65,7 +65,7 @@ SMTP_FROM_ADDRESS=notifications@example.com # PAPERCLIP_ROOT_URL=/system # Optional asset host for multi-server setups -# CDN_HOST=assets.example.com +# CDN_HOST=https://assets.example.com # S3 (optional) # S3_ENABLED=true |