hooks.json: update local filepath

This commit is contained in:
Kate Manson 2019-11-05 13:23:07 +00:00
parent 06fe509ee2
commit 6ed8bba74d
No known key found for this signature in database
GPG Key ID: EB230FA2A1BA2747

View File

@ -5,35 +5,31 @@
"command-working-directory": "/tmp",
"response-message": "I got the payload!",
"include-command-output-in-response": true,
"response-headers":
[
"response-headers": [
{
"name": "Access-Control-Allow-Origin",
"value": "*"
}
],
"pass-arguments-to-command":
[
"pass-arguments-to-command": [
{
"source": "query",
"name": "args"
}
],
]
},
{
"id": "delivery-test-webhack",
"execute-command": "/Users/john-paul.foster/go/src/github.com/iZettle/webhook/process_webhook.sh",
"execute-command": "~/go_dev/src/github.com/jaypee-f/webhook/process_webhook.sh",
"command-working-directory": "/tmp",
"success-http-response-code": 200,
"include-command-output-in-response": true,
"pass-arguments-to-command":
[
"pass-arguments-to-command": [
{
"source": "entire-payload",
"source": "entire-payload"
}
],
"response-headers":
[
"response-headers": [
{
"name": "Access-Control-Allow-Origin",
"value": "*"
@ -42,6 +38,6 @@
"name": "Content-Type",
"value": "application/json"
}
],
]
}
]