mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix: let mailgun_api_key also support their "HTTP webhook signing key" (#8091)
This commit is contained in:
parent
1dcdcb5c31
commit
d7cfb06fa4
@ -1012,7 +1012,7 @@ email:
|
|||||||
default: ""
|
default: ""
|
||||||
mailgun_api_key:
|
mailgun_api_key:
|
||||||
default: ""
|
default: ""
|
||||||
regex: '^(key-\h{32}|\h{32}-\h{8}-\h{8})$'
|
regex: '^((key-)?\h{32}|\h{32}-\h{8}-\h{8})$'
|
||||||
secret: true
|
secret: true
|
||||||
bounce_score_threshold:
|
bounce_score_threshold:
|
||||||
client: true
|
client: true
|
||||||
|
Loading…
Reference in New Issue
Block a user