mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
21 lines
366 B
JSON
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"
|
|
}
|
|
}
|