actions-toolkit/__tests__/.fixtures/docker-config-proxies.json

9 lines
134 B
JSON
Raw Normal View History

{
"proxies": {
"default": {
"httpProxy": "http://127.0.0.1:3128",
"httpsProxy": "http://127.0.0.1:3128"
}
}
}