Files
docker-docs/cmd/notary-server/dev-config.json
2015-10-09 20:35:06 -07:00

21 lines
366 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": "",
"key_algorithm": "ed25519"
},
"logging": {
"level": "debug"
},
"storage": {
"backend": "mysql",
"db_url": "root@tcp(localhost:3306)/notary"
}
}