fix json syntax (#7285)

master
dcharbonnier 6 years ago committed by Nitish Tiwari
parent 6584c7ea2b
commit 2fc341394d
  1. 2
      docs/bucket/notifications/README.md

@ -549,7 +549,7 @@ Minio server also supports [NATS Streaming mode](http://nats.io/documentation/st
"password": "yoursecret", "password": "yoursecret",
"token": "", "token": "",
"secure": false, "secure": false,
"pingInterval": 0 "pingInterval": 0,
"streaming": { "streaming": {
"enable": true, "enable": true,
"clusterID": "test-cluster", "clusterID": "test-cluster",

Loading…
Cancel
Save