mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
21 lines
421 B
JSON
21 lines
421 B
JSON
{
|
|
"distSpecVersion": "1.1.1",
|
|
"storage": {
|
|
"rootDirectory": "/tmp/zot"
|
|
},
|
|
"http": {
|
|
"address": "127.0.0.1",
|
|
"port": "8080"
|
|
},
|
|
"log": {
|
|
"level": "debug"
|
|
},
|
|
"extensions": {
|
|
"lint": {
|
|
"enable": true,
|
|
"mandatoryAnnotations": ["annot1", "annot2", "annot3"],
|
|
"mandatorySignatures": ["repo1", "repo2", "**"]
|
|
}
|
|
}
|
|
}
|