mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
FIX: need to use mailgun's secrect API key instead of the public key
This commit is contained in:
parent
bfc8b3362b
commit
ee257a2bb0
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ email:
|
|||
default: ''
|
||||
mailgun_api_key:
|
||||
default: ''
|
||||
regex: '^pubkey-\h{32}$'
|
||||
regex: '^key-\h{32}$'
|
||||
|
||||
|
||||
files:
|
||||
|
|
Loading…
Reference in a new issue