Files
zot/examples/config-sync-stream.json
Vishwas Rajashekar 14cd52e993 feat(sync): move stream from global to per upstream
Signed-off-by: Vishwas Rajashekar <dev@vrajashkr.com>
2026-05-22 17:40:26 +05:30

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
}
]
}
}
}