From b7f50969254dfc1690f5e14eaaa0a800c849d3f6 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 18 Apr 2014 00:31:01 -0700 Subject: [PATCH] add CDN to standalone template --- samples/standalone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samples/standalone.yml b/samples/standalone.yml index ca89ac0..b15a65e 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -38,6 +38,9 @@ env: # DISCOURSE_SMTP_PORT: 587 # (optional) # DISCOURSE_SMTP_USER_NAME: user@example.com # (optional) # DISCOURSE_SMTP_PASSWORD: p@ssword # (optional) + ## + ## the origin pull CDN address for this Discourse instance + # DISCOURSE_CDN_URL: discourse-cdn.example.com ## These containers are stateless, all data is stored in /shared volumes: -- 2.25.1