mirror of
https://github.com/project-zot/zot.git
synced 2025-01-06 22:40:28 -05:00
3ada6af0de
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
18 lines
287 B
JSON
18 lines
287 B
JSON
{
|
|
"version":"0.1.0-dev",
|
|
"storage":{
|
|
"rootDirectory":"/tmp/zot"
|
|
},
|
|
"http": {
|
|
"address":"127.0.0.1",
|
|
"port":"8080",
|
|
"realm":"zot",
|
|
"tls": {
|
|
"cert":"test/data/server.cert",
|
|
"key":"test/data/server.key"
|
|
}
|
|
},
|
|
"log":{
|
|
"level":"debug"
|
|
}
|
|
}
|