mirror of
https://github.com/project-zot/zot.git
synced 2026-06-18 05:28:07 +08:00
2fb691cd3b
Signed-off-by: Vishwas Rajashekar <dev@vrajashkr.com>
30 lines
455 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |