2020-06-26 14:09:10 -05:00
|
|
|
{
|
|
|
|
"version": "0.1.0-dev",
|
|
|
|
"storage": {
|
|
|
|
"rootDirectory": "/tmp/zot"
|
|
|
|
},
|
|
|
|
"http": {
|
|
|
|
"address": "127.0.0.1",
|
|
|
|
"port": "8080",
|
|
|
|
"ReadOnly": false
|
|
|
|
},
|
|
|
|
"log": {
|
2021-05-13 13:59:12 -05:00
|
|
|
"level": "debug",
|
|
|
|
"output": "/tmp/zot.log"
|
2020-06-26 14:09:10 -05:00
|
|
|
}
|
|
|
|
}
|