0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00

fix(examples): revert examples/config-minimal.json (#1740)

Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
This commit is contained in:
peusebiu 2023-08-30 13:25:32 +03:00 committed by GitHub
parent 9bccd784a9
commit 2bd479edd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,7 @@
},
"http": {
"address": "127.0.0.1",
"port": "8080",
"auth": {
"apikey": true,
"htpasswd": {
"path": "/home/peusebiu/htpasswd"
},
"failDelay": 5
}
"port": "8080"
},
"log": {
"level": "debug"