Files

22 lines
360 B
JSON
Raw Permalink Normal View History

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