Files
docker-docs/cmd/notary-server/dev-config.json
David Lawrence 7db33797a8 fixing timestamp errors on list
Signed-off-by: David Lawrence <david.lawrence@docker.com> (github: endophage)
2015-07-20 10:35:40 -07:00

20 lines
338 B
JSON

{
"server": {
"addr": ":4443",
"tls_key_file": "./fixtures/notary-server.key",
"tls_cert_file": "./fixtures/notary-server.crt"
},
"trust_service": {
"type": "local",
"hostname": "",
"port": ""
},
"logging": {
"level": 5
},
"storage": {
"backend": "mysql",
"db_url": "root:@tcp(localhost:3306)/dockercondemo"
}
}