mirror of https://github.com/docker/docs.git
Fix example configuration file given in README.md
The example configuration given in README.md is missing a comma character and doesn't form valid JSON. This PR adds the comma as required. Signed-off-by: Ian Duffy <ian@ianduffy.ie>
This commit is contained in:
parent
96069d3619
commit
ed4454c9c9
|
@ -59,7 +59,7 @@ The configuration file must be a json file with the following format:
|
||||||
"addr": ":4443",
|
"addr": ":4443",
|
||||||
"tls_cert_file": "./fixtures/notary.pem",
|
"tls_cert_file": "./fixtures/notary.pem",
|
||||||
"tls_key_file": "./fixtures/notary.key"
|
"tls_key_file": "./fixtures/notary.key"
|
||||||
}
|
},
|
||||||
"logging": {
|
"logging": {
|
||||||
"level": 5
|
"level": 5
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue