initial zot setup
This commit is contained in:
22
zot-config.json
Normal file
22
zot-config.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"storage": {
|
||||
"rootDirectory": "/var/lib/zot"
|
||||
},
|
||||
"http": {
|
||||
"address": "0.0.0.0",
|
||||
"port": 5000
|
||||
},
|
||||
"log": {
|
||||
"level": "debug"
|
||||
},
|
||||
"extensions": {
|
||||
"search": {
|
||||
"cve": {
|
||||
"updateInterval": "2h"
|
||||
}
|
||||
},
|
||||
"ui": {
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user