Correct API key env var
authorMatt Palmer <mpalmer@hezmatt.org>
Thu, 1 Sep 2016 02:44:23 +0000 (12:44 +1000)
committerMatt Palmer <mpalmer@hezmatt.org>
Thu, 1 Sep 2016 02:44:23 +0000 (12:44 +1000)
samples/mail-receiver.yml

index 4fa88b4b10bf10dfdaa1a30938459c9eeb11cae2..f29a356f1ca2c5c85559b64f3893b47b91a1bd7d 100644 (file)
@@ -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.