mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
d2aa016cdb
Behavior controlled by configuration (default=off) It is a trade-off between performance and consistency. References: [1] https://github.com/golang/go/issues/20599 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
15 lines
263 B
JSON
15 lines
263 B
JSON
{
|
|
"version": "0.1.0-dev",
|
|
"storage": {
|
|
"rootDirectory": "/tmp/zot",
|
|
"commit": true
|
|
},
|
|
"http": {
|
|
"address": "127.0.0.1",
|
|
"port": "8080",
|
|
"ReadOnly": false
|
|
},
|
|
"log": {
|
|
"level": "debug"
|
|
}
|
|
}
|