From dffc81026d0dbcc6aa1726651850f77317424f10 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 10 Mar 2022 18:48:38 +0000 Subject: [PATCH 1/1] community: add mail receiver API key --- cookbooks/community/templates/default/mail-receiver.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/community/templates/default/mail-receiver.yml.erb b/cookbooks/community/templates/default/mail-receiver.yml.erb index da96fcdd8..2d214e942 100644 --- a/cookbooks/community/templates/default/mail-receiver.yml.erb +++ b/cookbooks/community/templates/default/mail-receiver.yml.erb @@ -33,7 +33,7 @@ env: ## The master API key of your Discourse forum. You can get this from ## the "API" tab of your admin panel. - DISCOURSE_API_KEY: abcdefghijklmnop + DISCOURSE_API_KEY: '<%= @passwords["mail_receiver_api_key"] %>' ## The username to use for processing incoming e-mail. Unless you have ## renamed the `system` user, you should leave this as-is. -- 2.39.5