2024-02-20 06:27:21 -05:00
|
|
|
distspecversion: 1.1.0
|
2019-06-20 18:36:40 -05:00
|
|
|
http:
|
|
|
|
address: 127.0.0.1
|
2022-03-30 08:02:03 -05:00
|
|
|
auth:
|
|
|
|
faildelay: 5
|
|
|
|
htpasswd:
|
|
|
|
path: test/data/htpasswd
|
|
|
|
ldap:
|
|
|
|
address: ldap.example.org
|
|
|
|
basedn: ou=Users,dc=example,dc=org
|
2024-03-21 12:23:37 -05:00
|
|
|
credentialsFile: examples/config-ldap-credentials.json
|
2022-03-30 08:02:03 -05:00
|
|
|
port: 389
|
|
|
|
skipverify: false
|
|
|
|
starttls: false
|
|
|
|
subtreesearch: true
|
|
|
|
userattribute: uid
|
2019-06-20 18:36:40 -05:00
|
|
|
port: 8080
|
|
|
|
realm: zot
|
|
|
|
tls:
|
2019-07-20 19:30:58 -05:00
|
|
|
cert: test/data/server.cert
|
2019-06-20 18:36:40 -05:00
|
|
|
key: test/data/server.key
|
|
|
|
log:
|
2022-03-30 08:02:03 -05:00
|
|
|
audit: /tmp/zot-audit.log
|
2019-06-20 18:36:40 -05:00
|
|
|
level: debug
|
|
|
|
output: /tmp/zot.log
|
2022-03-30 08:02:03 -05:00
|
|
|
storage:
|
|
|
|
rootdirectory: /tmp/zot
|