mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-31 10:46:35 +00:00
21 lines
450 B
JSON
21 lines
450 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^http(s)?://localhost"
|
|
}
|
|
],
|
|
"replacementPatterns": [
|
|
{
|
|
"pattern": "^/registry",
|
|
"replacement": "https://opentelemetry.io/registry"
|
|
},
|
|
{
|
|
"pattern": "^/docs/",
|
|
"replacement": "https://opentelemetry.io/docs/"
|
|
}
|
|
],
|
|
"retryOn429": true,
|
|
"retryCount": 5,
|
|
"fallbackRetryDelay": "30s"
|
|
}
|