From: Grant Slater Date: Thu, 10 Mar 2022 18:48:38 +0000 (+0000) Subject: community: add mail receiver API key X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/dffc81026d0dbcc6aa1726651850f77317424f10?ds=inline community: add mail receiver API key --- 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.