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
Lisca Ana-Roberta 976ccfcf0d
fix: removed references to old dist-spec (#1128)
Signed-off-by: Ana-Roberta Lisca <ana.kagome@yahoo.com>
2023-01-31 09:35:33 -08:00

40 lines
No EOL
907 B
JSON

{
"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
}
]
}