zot-wo-auth/config.json
Nadezhda Fedorova 416276a1fc add workflow
2024-05-08 15:50:54 +03:00

30 lines
565 B
JSON
Executable File

{
"storage":{
"rootDirectory":"/var/lib/zot"
},
"http":{
"address":"0.0.0.0",
"port":"5000"
},
"log":{
"level":"debug"
},
"extensions": {
"search": {
"enable": true,
"cve": {
"trivy": {
"dbRepository": "registry.altlinux.org/alt/trivy-db"
},
"updateInterval": "24h"
}
},
"ui": {
"enable": true
},
"mgmt": {
"enable": true
}
}
}