mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-14 13:48:00 -05:00
29 lines
496 B
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"
|
|
}
|
|
}
|
|
]
|
|
}
|