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
|
@ -4,7 +4,7 @@
|
|||
"ram_mb": 64,
|
||||
"disk_mb": 100,
|
||||
"executor": "thermos",
|
||||
"execDataFile": "examples/thermos_payload.json",
|
||||
"exec_data_file": "examples/thermos_payload.json",
|
||||
"service": true,
|
||||
"ports": 1,
|
||||
"instances": 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue