Followed same format as cluster.json.
Instead of camelcase, used snake-case to match those used by the default Aurora python client.
This commit is contained in:
parent
ee57cfae4b
commit
91626dc7ec
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"username": "aurora",
|
||||
"password": "secret",
|
||||
"schedUrl": "http://192.168.33.7:8081",
|
||||
"sched_url": "http://192.168.33.7:8081",
|
||||
"cluster" : {
|
||||
"name": "devcluster",
|
||||
"zk": "192.168.33.7",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue