zot/templates/zot/config.json.j2

24 lines
351 B
Django/Jinja

{
"distSpecVersion": "1.1.1",
"storage": {
"rootDirectory": "/var/lib/zot"
},
"http": {
"address": "127.0.0.1",
"port": "5000"
},
"log": {
"level": "info"
},
"extensions": {
"ui": {
"enable": true
},
"search": {
"enable": true,
"cve": {
"updateInterval": "24h"
}
}
}
}