From 46382e669f57e7fc2dbb8e60a5d09b441c85d634 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 7 Jan 2016 22:44:03 +1100 Subject: [PATCH] more verbose example of Discourse config --- config/application.yml.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/application.yml.example b/config/application.yml.example index 8b72a2011d..0b1871466b 100644 --- a/config/application.yml.example +++ b/config/application.yml.example @@ -15,5 +15,9 @@ CHECKOUT_ZONE: Australia CURRENCY: AUD # SingleSignOn login for Discourse +# +# DISCOURSE_SSO_SECRET should be a random string. It must be the same as provided to your Discourse instance. #DISCOURSE_SSO_SECRET: "" -#DISCOURSE_URL: "https://community.openfoodnetwork.org" +# +# DISCOURSE_URL must be the URL of your Discourse instance. +#DISCOURSE_URL: "https://noticeboard.openfoodnetwork.org.au"