2021-04-05 19:40:33 -05:00
|
|
|
{
|
2023-01-31 12:35:33 -05:00
|
|
|
"distSpecVersion": "1.1.0-dev",
|
2021-04-05 19:40:33 -05:00
|
|
|
"storage": {
|
|
|
|
"rootDirectory": "/tmp/zot",
|
|
|
|
"dedupe": true,
|
|
|
|
"gc": true,
|
|
|
|
"subPaths": {
|
|
|
|
"/infra": {
|
|
|
|
"rootDirectory": "/tmp/zot1",
|
2023-02-14 12:16:37 -05:00
|
|
|
"dedupe": true,
|
|
|
|
"gc": true
|
2021-04-05 19:40:33 -05:00
|
|
|
},
|
|
|
|
"/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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|