mirror of https://github.com/docker/docs.git
Fixing paths on config.json
This commit is contained in:
parent
01518934a8
commit
15d9b3a668
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"server": {
|
||||
"addr": ":4443",
|
||||
"tls_cert_file": "../../fixtures/vetinari.pem",
|
||||
"tls_key_file": "../../fixtures/vetinari.key"
|
||||
"tls_cert_file": "fixtures/vetinari.pem",
|
||||
"tls_key_file": "fixtures/vetinari.key"
|
||||
},
|
||||
"trust_service":{
|
||||
"type": "local",
|
||||
|
|
Loading…
Reference in New Issue