projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93e6a60
)
Correct API key env var
author
Matt Palmer
<mpalmer@hezmatt.org>
Thu, 1 Sep 2016 02:44:23 +0000
(12:44 +1000)
committer
Matt Palmer
<mpalmer@hezmatt.org>
Thu, 1 Sep 2016 02:44:23 +0000
(12:44 +1000)
samples/mail-receiver.yml
patch
|
blob
|
blame
|
history
diff --git
a/samples/mail-receiver.yml
b/samples/mail-receiver.yml
index 4fa88b4b10bf10dfdaa1a30938459c9eeb11cae2..f29a356f1ca2c5c85559b64f3893b47b91a1bd7d 100644
(file)
--- 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.