Skip to content

Commit

Permalink
Push mlc config through er
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed Sep 25, 2023
1 parent 29562a9 commit b223a22
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .mlc.config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"replacementPatterns": [
{
"_comment": "a replacement rule for all the in-repository references",
"pattern": "^/",
"replacement": "{{BASEURL}}/"
}
],
"timeout": "20s",
"retryCount": 5,
"fallbackRetryDelay": "30s"
}
"replacementPatterns": [
{
"_comment": "a replacement rule for all the in-repository references",
"pattern": "^/",
"replacement": "{{BASEURL}}/"
}
],
"timeout": "20s",
"retryCount": 5,
"fallbackRetryDelay": "30s"
}

0 comments on commit b223a22

Please sign in to comment.