2019-06-20 16:36:40 -07:00
|
|
|
{
|
2024-02-20 13:27:21 +02:00
|
|
|
"distSpecVersion": "1.1.0",
|
2022-02-24 12:31:36 -08:00
|
|
|
"storage": {
|
|
|
|
"rootDirectory": "/tmp/zot"
|
2019-06-20 16:36:40 -07:00
|
|
|
},
|
|
|
|
"http": {
|
2022-02-24 12:31:36 -08:00
|
|
|
"address": "127.0.0.1",
|
|
|
|
"port": "8080",
|
|
|
|
"realm": "zot",
|
2019-06-20 16:36:40 -07:00
|
|
|
"tls": {
|
2022-02-24 12:31:36 -08:00
|
|
|
"cert": "test/data/server.cert",
|
|
|
|
"key": "test/data/server.key"
|
2019-06-20 16:36:40 -07:00
|
|
|
},
|
|
|
|
"auth": {
|
2019-08-15 09:34:54 -07:00
|
|
|
"ldap": {
|
2022-02-24 12:31:36 -08:00
|
|
|
"address": "ldap.example.org",
|
|
|
|
"port": 389,
|
|
|
|
"startTLS": false,
|
|
|
|
"baseDN": "ou=Users,dc=example,dc=org",
|
|
|
|
"userAttribute": "uid",
|
2024-03-21 19:23:37 +02:00
|
|
|
"credentialsFile": "examples/config-ldap-credentials.json",
|
2022-02-24 12:31:36 -08:00
|
|
|
"skipVerify": false,
|
|
|
|
"subtreeSearch": true
|
2019-08-15 09:34:54 -07:00
|
|
|
},
|
2019-06-20 16:36:40 -07:00
|
|
|
"htpasswd": {
|
|
|
|
"path": "test/data/htpasswd"
|
|
|
|
},
|
|
|
|
"failDelay": 5
|
2022-07-14 18:13:46 +03:00
|
|
|
}
|
2019-06-20 16:36:40 -07:00
|
|
|
},
|
2022-02-24 12:31:36 -08:00
|
|
|
"log": {
|
|
|
|
"level": "debug",
|
|
|
|
"output": "/tmp/zot.log",
|
2021-05-25 11:38:21 +03:00
|
|
|
"audit": "/tmp/zot-audit.log"
|
2019-06-20 16:36:40 -07:00
|
|
|
}
|
|
|
|
}
|