forked from cosmos/sdk-tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmlc_config.json
38 lines (38 loc) · 960 Bytes
/
mlc_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"timeout": "20s",
"retryOn429": true,
"retryCount": 5,
"fallbackRetryDelay": "30s",
"httpHeaders": [
{
"urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/"],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
],
"replacementPatterns": [
{
"pattern": "^/.[^/]*(png|svg|jpg|jpeg)$",
"replacement": "{{BASEURL}}/.vuepress/public$&"
},
{
"pattern": "^/",
"replacement": "{{BASEURL}}/"
}
],
"ignorePatterns": [
{
"pattern": "^http://localhost"
},
{
"pattern": "^http://127.0.0.1"
},
{
"pattern": "^http://opensource.org/licenses/mit-license.html"
},
{
"pattern": "^/academy/archive-content/"
}
]
}