Files
docker-docs/cmd/notary-server/dev-config.json
Nathan McCauley e46a95227c rename vetinari to notary
Signed-off-by: Nathan McCauley <nathan.mccauley@docker.com>
2015-06-19 11:01:19 -07:00

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
}
}