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:
parent
9bccd784a9
commit
2bd479edd7
1 changed files with 1 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue