Files
zot/examples/config-sync-normal-local-build.json
T
Vishwas Rajashekar 2fb691cd3b feat(sync): additional changes for streaming
Signed-off-by: Vishwas Rajashekar <dev@vrajashkr.com>
2026-05-22 17:40:25 +05:30

30 lines
455 B
JSON

{
"distSpecVersion": "1.1.1",
"storage": {
"rootDirectory": "./temp/zotlocalbuildnormal"
},
"http": {
"address": "127.0.0.1",
"port": "8082"
},
"log": {
"level": "debug"
},
"extensions": {
"sync": {
"enable": true,
"registries": [
{
"urls": [
"http://localhost:9000"
],
"onDemand": true,
"tlsVerify": false,
"maxRetries": 5,
"retryDelay": "30s",
"syncTimeout": "10m"
}
]
}
}
}