Webhook endpoint with secret in config

This commit is contained in:
Klemek
2019-06-20 19:55:59 +02:00
parent 553aa40fb3
commit c1c8672380
4 changed files with 75 additions and 94 deletions
+2 -1
View File
@@ -30,7 +30,8 @@
},
"webhook": {
"endpoint": "/webhook",
"secret_file": "git_secret"
"secret_value": "",
"secret_header": ""
},
"showdown": {
"parseImgDimensions": true,