2021-04-05 19:40:33 -05:00
|
|
|
{
|
2022-02-24 15:31:36 -05:00
|
|
|
"distSpecVersion": "1.0.1-dev",
|
2021-04-05 19:40:33 -05: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",
|
2022-07-14 10:13:46 -05:00
|
|
|
"port": "5000"
|
2021-04-05 19:40:33 -05:00
|
|
|
},
|
|
|
|
"log": {
|
|
|
|
"level": "debug"
|
|
|
|
},
|
|
|
|
"extensions": {
|
|
|
|
"search": {
|
2021-06-08 13:37:31 -05:00
|
|
|
"enable": true,
|
2021-04-05 19:40:33 -05:00
|
|
|
"cve": {
|
|
|
|
"updateInterval": "24h"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|