From 3a83511c4920745b1dc069c869909b70b205d255 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 20 Apr 2016 16:46:50 -0700 Subject: [PATCH] add plugin info link --- samples/standalone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/standalone.yml b/samples/standalone.yml index a625a8d..3d49abf 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -57,7 +57,7 @@ env: ## TODO: The SMTP mail server used to validate new accounts and send notifications DISCOURSE_SMTP_ADDRESS: smtp.example.com # required - #DISCOURSE_SMTP_PORT: 587 # (optional) + #DISCOURSE_SMTP_PORT: 587 # (optional, default 587) #DISCOURSE_SMTP_USER_NAME: user@example.com # required #DISCOURSE_SMTP_PASSWORD: pa$$word # required, WARNING the char '#' in pw can cause problems! #DISCOURSE_SMTP_ENABLE_START_TLS: true # (optional, default true) @@ -79,7 +79,7 @@ volumes: guest: /var/log ## Plugins go here -## Docker manager plugin lets you upgrade your Discourse to latest from your web browser +## see https://meta.discourse.org/t/19157 for details hooks: after_code: - exec: -- 2.25.1