0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00
zot/examples/metrics/old-config.json

40 lines
907 B
JSON
Raw Normal View History

{
"configs": [
{
"_name": "zot5000",
"showspinner": true,
"url": "https://aci-zot.cisco.com:5000",
"verify-tls": true
},
{
"_name": "zot5050",
"showspinner": true,
"url": "https://aci-zot.cisco.com:5050",
"verify-tls": true
},
{
"_name": "cdockerhub",
"showspinner": true,
"url": "https://dockerhub.cisco.com:5000/",
"verify-tls": true
},
{
"_name": "local",
"showspinner": false,
"url": "http://127.0.0.1:8080/",
"verify-tls": false
},
{
"_name": "zothub",
"showspinner": true,
"url": "https://zothub.io/",
"verify-tls": true
},
{
"_name": "local2",
"showspinner": true,
"url": "http://172.31.132.115:5000",
"verify-tls": true
}
]
}