Files
zot/examples/config-sync-stream.json
T
Vishwas Rajashekar 3adf36a6c7 feat(sync): fix errors and cleanup code
Signed-off-by: Vishwas Rajashekar <dev@vrajashkr.com>
2026-05-22 17:40:26 +05:30

31 lines
464 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,
"stream": true,
"registries": [
{
"urls": [
"http://localhost:9000"
],
"onDemand": true,
"tlsVerify": false,
"maxRetries": 5,
"retryDelay": "30s",
"syncTimeout": "10m"
}
]
}
}
}