mirror of
https://github.com/project-zot/zot.git
synced 2024-12-23 22:27:35 -05:00
19 lines
325 B
JSON
19 lines
325 B
JSON
|
{
|
||
|
"Server": {
|
||
|
"protocol": "http",
|
||
|
"host": "127.0.0.1",
|
||
|
"port": "8080"
|
||
|
},
|
||
|
"Exporter": {
|
||
|
"port": "8081",
|
||
|
"log": {
|
||
|
"level": "info",
|
||
|
"output": "/tmp/zot_exporter.log"
|
||
|
},
|
||
|
"metrics": {
|
||
|
"path": "/mymetrics"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|