From 18d87dd3490348f077d6fe785b29399577997230 Mon Sep 17 00:00:00 2001 From: Matt Palmer Date: Thu, 1 Sep 2016 12:44:23 +1000 Subject: [PATCH] Correct API key env var --- samples/mail-receiver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.25.1