1
0
mirror of https://github.com/EeeeKa/webhook-catcher.git synced 2025-08-02 15:37:22 +05:00
webhook-catcher/config.json.sample
2020-06-16 17:12:14 +05:00

37 lines
760 B
Plaintext

{
"server": {
"address": "0.0.0.0",
"port": 8888,
"quiet": false,
"debug": false,
"wild_dir": "",
"wild_proto": "",
"wild_secret": "",
"self_update_repo": "webhook-catcher"
},
"repos": [
{
"name": "MyRepo",
"branch": "release",
"remote": "origin",
"dir": "/opt/myprog",
"action": "/opt/myprog-install.sh",
"clone_proto": "http",
"full_name": "Fat_and_Showels/myprog",
"secret": "SupP@sEckreTPhR@$e"
},
{
"name": "MinimalRepo",
"dir": "/opt/minrepo",
"full_name": "USERNAME/min-rep"
},
{
"name": "webhook-catcher",
"dir": "./",
"full_name": "EeeeKa/webhook-catcher",
"secret": "UpdateSecret&#!"
}
]
}