Files
zot/examples/config-minimal.json
T
peusebiu 6926bddd3a feat(apikey): added route to list user api keys (#1708)
adding api key expiration date

Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
2023-08-29 09:38:38 -07:00

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"
}
}