2021-01-05 10:18:51 -05:00
|
|
|
{
|
|
|
|
"ignorePatterns": [
|
2021-01-05 14:02:17 -05:00
|
|
|
{
|
|
|
|
"pattern": "^https://example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pattern": "^https://ec2.custom.endpoint.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pattern": "^https://www.linode.com"
|
2021-01-05 10:18:51 -05:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"replacementPatterns": [
|
|
|
|
{
|
|
|
|
"pattern": "^/",
|
2021-01-25 10:28:34 -05:00
|
|
|
"replacement": "{{env.DEPLOYMENT_URL}}/"
|
2021-01-05 10:18:51 -05:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"timeout": "20s",
|
|
|
|
"retryOn429": true
|
|
|
|
}
|