examples/tinyproxy.json
raw ยท 507 bytes
{
"addr": ":8080",
"data_dir": "./out/datadir",
"public_url": "https://git.example.com",
"webhook": {
"secret": "change-me"
},
"git": {
"command": "git",
"clone_timeout": "2m",
"fetch_timeout": "2m"
},
"render": {
"workers": 2,
"max_commits": 500
},
"repos": [
{
"owner": "penguin",
"name": "tinyproxy",
"url": "https://github.com/tgckpg/tinyproxy",
"default_branch": "master",
"description": "tinyporxy source tree"
}
]
}