Update CDN URL in samples to have a protocol
authorBhanu <itsbhanusharma@users.noreply.github.com>
Wed, 20 Feb 2019 07:01:03 +0000 (12:31 +0530)
committerMichael Brown <supermathie@gmail.com>
Wed, 20 Feb 2019 15:33:27 +0000 (10:33 -0500)
* authored by Bhanu, reworded slightly by supermathie

samples/standalone.yml
samples/web_only.yml

index 4a00ec54c90cb14e68ca44f171ea9335732f074f..790a0ff4bcf7be633aeb3c51d582ecf15517ff86 100644 (file)
@@ -68,9 +68,9 @@ env:
   ## If you added the Lets Encrypt template, uncomment below to get a free SSL certificate
   #LETSENCRYPT_ACCOUNT_EMAIL: me@example.com
 
-  ## The CDN address for this Discourse instance (configured to pull)
+  ## The http or https CDN address for this Discourse instance (configured to pull)
   ## see https://meta.discourse.org/t/14857 for details
-  #DISCOURSE_CDN_URL: //discourse-cdn.example.com
+  #DISCOURSE_CDN_URL: https://discourse-cdn.example.com
 
 ## The Docker container is stateless; all data is stored in /shared
 volumes:
index d1ed3d76236a13f07353184a7ea8884c6008ed22..8545bffa8ed6c6dbb906e0d283519b239debb7ff 100644 (file)
@@ -66,8 +66,9 @@ env:
   DISCOURSE_DB_HOST: data
   DISCOURSE_REDIS_HOST: data
 
-  ## The CDN address for this Discourse instance (configured to pull)
-  #DISCOURSE_CDN_URL: //discourse-cdn.example.com
+  ## The http or https CDN address for this Discourse instance (configured to pull)
+  ## see https://meta.discourse.org/t/14857 for details
+  #DISCOURSE_CDN_URL: https://discourse-cdn.example.com
 
 volumes:
   - volume: