mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 12:28:01 +08:00
6926bddd3a
adding api key expiration date Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
21 lines
395 B
JSON
21 lines
395 B
JSON
{
|
|
"distSpecVersion": "1.1.0-dev",
|
|
"storage": {
|
|
"rootDirectory": "/tmp/zot"
|
|
},
|
|
"http": {
|
|
"address": "127.0.0.1",
|
|
"port": "8080",
|
|
"auth": {
|
|
"apikey": true,
|
|
"htpasswd": {
|
|
"path": "/home/peusebiu/htpasswd"
|
|
},
|
|
"failDelay": 5
|
|
}
|
|
},
|
|
"log": {
|
|
"level": "debug"
|
|
}
|
|
}
|