Fix json format of plugin

Signed-off-by: Janonymous <janonymous.codevulture@gmail.com>
This commit is contained in:
Janonymous 2017-01-27 09:32:19 +03:00
parent 43544cf2b4
commit 2d24dbe896
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ This is the JSON format for a plugin:
"InsecureSkipVerify": false,
"CAFile": "/usr/shared/docker/certs/example-ca.pem",
"CertFile": "/usr/shared/docker/certs/example-cert.pem",
"KeyFile": "/usr/shared/docker/certs/example-key.pem",
"KeyFile": "/usr/shared/docker/certs/example-key.pem"
}
}
```