Files
zot-setup/zot-config.json
2025-10-02 19:44:16 +02:00

23 lines
295 B
JSON

{
"storage": {
"rootDirectory": "/var/lib/zot"
},
"http": {
"address": "0.0.0.0",
"port": 5000
},
"log": {
"level": "debug"
},
"extensions": {
"search": {
"cve": {
"updateInterval": "2h"
}
},
"ui": {
"enable": true
}
}
}