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": {
|
"server": {
|
||||||
"addr": ":4443",
|
"addr": ":4443",
|
||||||
"tls_cert_file": "../../fixtures/vetinari.pem",
|
"tls_cert_file": "fixtures/vetinari.pem",
|
||||||
"tls_key_file": "../../fixtures/vetinari.key"
|
"tls_key_file": "fixtures/vetinari.key"
|
||||||
},
|
},
|
||||||
"trust_service":{
|
"trust_service":{
|
||||||
"type": "local",
|
"type": "local",
|
||||||
|
|
Loading…
Reference in New Issue