mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
5e35dfa28f
Signed-off-by: Andreea-Lupu <andreealupu1470@yahoo.com>
25 lines
499 B
JSON
25 lines
499 B
JSON
{
|
|
"distSpecVersion":"1.0.1",
|
|
"storage": {
|
|
"rootDirectory": "/tmp/zot",
|
|
"gc": true,
|
|
"gcDelay": "1h",
|
|
"gcInterval": "24h",
|
|
"subPaths": {
|
|
"/a": {
|
|
"rootDirectory": "/tmp/zot1",
|
|
"gc": true,
|
|
"gcDelay": "1h",
|
|
"gcInterval": "24h"
|
|
}
|
|
}
|
|
},
|
|
"http": {
|
|
"address": "127.0.0.1",
|
|
"port": "8080"
|
|
},
|
|
"log": {
|
|
"level": "debug"
|
|
}
|
|
}
|