mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
feat(sync): move stream from global to per upstream
Signed-off-by: Vishwas Rajashekar <dev@vrajashkr.com>
This commit is contained in:
@@ -13,13 +13,13 @@
|
||||
"extensions": {
|
||||
"sync": {
|
||||
"enable": true,
|
||||
"stream": true,
|
||||
"registries": [
|
||||
{
|
||||
"urls": [
|
||||
"http://localhost:9000"
|
||||
],
|
||||
"onDemand": true,
|
||||
"stream": true,
|
||||
"tlsVerify": false
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user