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",
"token": "",
"secure": false,
"pingInterval": 0
"pingInterval": 0,
"streaming": {
"enable": true,
"clusterID": "test-cluster",

Loading…
Cancel
Save