mirror of
https://github.com/docker/docs.git
synced 2026-04-01 16:58:54 +07:00
20 lines
338 B
JSON
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"
|
|
}
|
|
}
|