From: Matt Palmer Date: Thu, 1 Sep 2016 02:44:23 +0000 (+1000) Subject: Correct API key env var X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=18d87dd3490348f077d6fe785b29399577997230;p=discourse_docker.git Correct API key env var --- diff --git a/samples/mail-receiver.yml b/samples/mail-receiver.yml index 4fa88b4..f29a356 100644 --- a/samples/mail-receiver.yml +++ b/samples/mail-receiver.yml @@ -28,7 +28,7 @@ env: ## The master API key of your Discourse forum. You can get this from ## the "API" tab of your admin panel. - DISCOURSE_API_TOKEN: abcdefghijklmnop + DISCOURSE_API_KEY: abcdefghijklmnop ## The username to use for processing incoming e-mail. Unless you have ## renamed the `system` user, you should leave this as-is.