You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/mlc_config.json

22 lines
360 B

{
"ignorePatterns": [
{
"pattern": "^https://example.com"
},
{
"pattern": "^https://ec2.custom.endpoint.com"
},
{
"pattern": "^https://www.linode.com"
}
],
"replacementPatterns": [
{
"pattern": "^/",
"replacement": "{{env.DEPLOYMENT_URL}}/"
}
],
"timeout": "20s",
"retryOn429": true
}