paperless-gpt/.github/workflows/mlc_config.json

29 lines
496 B
JSON

{
"replacementPatterns": [
{
"pattern": "^/",
"replacement": "{{BASEURL}}/"
}
],
"ignorePatterns": [
{
"pattern": "^http://localhost"
},
{
"pattern": "^#"
}
],
"timeout": "20s",
"retryOn429": true,
"retryCount": 5,
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [200, 206],
"httpHeaders": [
{
"urls": ["https://github.com/"],
"headers": {
"Accept": "application/vnd.github.v3+json"
}
}
]
}