mirror of
https://github.com/project-zot/zot.git
synced 2026-06-18 05:28:07 +08:00
14cd52e993
Signed-off-by: Vishwas Rajashekar <dev@vrajashkr.com>
28 lines
391 B
JSON
28 lines
391 B
JSON
{
|
|
"distSpecVersion": "1.1.1",
|
|
"storage": {
|
|
"rootDirectory": "./temp/zotstream"
|
|
},
|
|
"http": {
|
|
"address": "127.0.0.1",
|
|
"port": "8080"
|
|
},
|
|
"log": {
|
|
"level": "debug"
|
|
},
|
|
"extensions": {
|
|
"sync": {
|
|
"enable": true,
|
|
"registries": [
|
|
{
|
|
"urls": [
|
|
"http://localhost:9000"
|
|
],
|
|
"onDemand": true,
|
|
"stream": true,
|
|
"tlsVerify": false
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |