2021-04-05 17:40:33 -07:00
|
|
|
{
|
2022-02-24 12:31:36 -08:00
|
|
|
"distSpecVersion": "1.0.1-dev",
|
2021-04-05 17:40:33 -07:00
|
|
|
"storage": {
|
|
|
|
"rootDirectory": "/tmp/zot",
|
|
|
|
"dedupe": true,
|
|
|
|
"gc": true,
|
|
|
|
"subPaths": {
|
|
|
|
"/infra": {
|
|
|
|
"rootDirectory": "/tmp/zot1",
|
|
|
|
"dedupe": true
|
|
|
|
},
|
|
|
|
"/b": {
|
|
|
|
"rootDirectory": "/tmp/zot2",
|
|
|
|
"dedupe": true
|
|
|
|
},
|
|
|
|
"/c": {
|
|
|
|
"rootDirectory": "/tmp/zot3",
|
|
|
|
"dedupe": false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"http": {
|
|
|
|
"address": "127.0.0.1",
|
|
|
|
"port": "5000",
|
|
|
|
"ReadOnly": false
|
|
|
|
},
|
|
|
|
"log": {
|
|
|
|
"level": "debug"
|
|
|
|
},
|
|
|
|
"extensions": {
|
|
|
|
"search": {
|
2021-06-08 21:37:31 +03:00
|
|
|
"enable": true,
|
2021-04-05 17:40:33 -07:00
|
|
|
"cve": {
|
|
|
|
"updateInterval": "24h"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|