From 116a8438f12db86637bb8f18aef12ed443be776f Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Thu, 19 Dec 2013 21:39:59 -0800 Subject: [PATCH] correct default --- samples/web_only.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/web_only.yml b/samples/web_only.yml index 6c9a41a..1570468 100644 --- a/samples/web_only.yml +++ b/samples/web_only.yml @@ -18,7 +18,7 @@ params: # developer emails allow you to fast track account creation on the site env: # add emails here - DEVELOPER_EMAILS: '' + DISCOURSE_DEVELOPER_EMAILS: '' DISCOURSE_DB_SOCKET: '' DISCOURSE_DB_PASSWORD: SOME_SECRET DISCOURSE_DB_HOST: YOUR_IP_ADDRESS -- 2.25.1