gohookr/config.json

17 lines
302 B
JSON
Raw Normal View History

2021-07-28 15:20:06 +00:00
{
"ListenAddress": "127.0.0.1:8654",
2021-07-28 15:20:06 +00:00
"Services": {
"test": {
"Script": "./example.sh",
"Secret": "THISISVERYSECRET",
2021-07-29 06:42:02 +00:00
"SignatureHeader": "X-Gitea-Signature",
"Tests": [
{
"Command": "git",
"Arguments": [ "pull" ]
}
]
2021-07-28 15:20:06 +00:00
}
}
}