mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
87fc941b3c
closes #536 Signed-off-by: Lisca Ana-Roberta <ana.kagome@yahoo.com>
21 lines
No EOL
408 B
JSON
21 lines
No EOL
408 B
JSON
{
|
|
"distSpecVersion": "1.0.1-dev",
|
|
"storage": {
|
|
"rootDirectory": "/tmp/zot"
|
|
},
|
|
"http": {
|
|
"address": "127.0.0.1",
|
|
"port": "8080",
|
|
"ReadOnly": false
|
|
},
|
|
"log": {
|
|
"level": "debug"
|
|
},
|
|
"extensions": {
|
|
"lint": {
|
|
"enabled": true,
|
|
"mandatoryAnnotations": ["annot1", "annot2", "annot3"]
|
|
|
|
}
|
|
}
|
|
} |