mirror of https://github.com/docker/cli.git
20 lines
404 B
JSON
20 lines
404 B
JSON
{
|
|
"server": {
|
|
"http_addr": "evil-notary-server:4444",
|
|
"tls_key_file": "./notary-server.key",
|
|
"tls_cert_file": "./notary-server.cert"
|
|
},
|
|
"trust_service": {
|
|
"type": "local",
|
|
"hostname": "",
|
|
"port": "",
|
|
"key_algorithm": "ed25519"
|
|
},
|
|
"logging": {
|
|
"level": "debug"
|
|
},
|
|
"storage": {
|
|
"backend": "memory"
|
|
}
|
|
}
|