mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 12:28:01 +08:00
auth: allow for world-readable deployment mode
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
"path": "test/data/htpasswd"
|
||||
},
|
||||
"failDelay": 5
|
||||
}
|
||||
},
|
||||
"allowReadAccess": false
|
||||
},
|
||||
"log":{
|
||||
"level":"debug",
|
||||
|
||||
@@ -14,6 +14,7 @@ http:
|
||||
htpasswd:
|
||||
path: test/data/htpasswd
|
||||
failDelay: 5
|
||||
allowReadAccess: false
|
||||
log:
|
||||
level: debug
|
||||
output: /tmp/zot.log
|
||||
|
||||
Reference in New Issue
Block a user