mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
9454c77be2
Signed-off-by: Andreea-Lupu <andreealupu1470@yahoo.com>
19 lines
301 B
JSON
19 lines
301 B
JSON
{
|
|
"distSpecVersion":"1.0.1",
|
|
"storage": {
|
|
"rootDirectory": "/tmp/zot"
|
|
},
|
|
"http": {
|
|
"address": "127.0.0.1",
|
|
"port": "8080"
|
|
},
|
|
"log": {
|
|
"level": "debug"
|
|
},
|
|
"extensions": {
|
|
"scrub": {
|
|
"interval": "24h"
|
|
}
|
|
}
|
|
}
|