mirror of
https://github.com/docker/docs.git
synced 2026-03-31 00:08:55 +07:00
16 lines
292 B
JSON
16 lines
292 B
JSON
{
|
|
"server": {
|
|
"addr": ":4443",
|
|
"tls_key_file": "/go/src/github.com/docker/notary/fixtures/notary.key",
|
|
"tls_cert_file": "/go/src/github.com/docker/notary/fixtures/notary.pem"
|
|
},
|
|
"trust_service": {
|
|
"type": "local",
|
|
"hostname": "",
|
|
"port": ""
|
|
},
|
|
"logging": {
|
|
"level": 5
|
|
}
|
|
}
|