Browse Source

Update README.md

master
yuriy0803 3 years ago committed by GitHub
parent
commit
f35e04452a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      README.md

9
README.md

@ -264,7 +264,14 @@ otherwise you will get errors on start because of JSON comments.**
"endpoint": "127.0.0.1:6379", "endpoint": "127.0.0.1:6379",
"poolSize": 10, "poolSize": 10,
"database": 0, "database": 0,
"password": "" "password": "",
"sentinelEnabled": false,
"masterName": "mymaster",
"sentinelAddrs": [
"127.0.0.1:26379",
"127.0.0.1:26389",
"127.0.0.1:26399"
]
}, },
"exchange": { "exchange": {

Loading…
Cancel
Save