mirror of
https://github.com/fluencelabs/examples
synced 2024-12-04 19:20:17 +00:00
update to new bracket style
This commit is contained in:
parent
1655ddb306
commit
68f84d8b28
@ -5,14 +5,14 @@
|
|||||||
"name": "curl_adapter",
|
"name": "curl_adapter",
|
||||||
"path": "./artifacts/curl_adapter.wasm",
|
"path": "./artifacts/curl_adapter.wasm",
|
||||||
"max_heap_size": "64 MiB",
|
"max_heap_size": "64 MiB",
|
||||||
"mounted_binaries": [["curl", "/usr/bin/curl"]],
|
"mounted_binaries": ["curl", "/usr/bin/curl"],
|
||||||
"logger_enabled": [true]
|
"logger_enabled": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "multi-provider-query",
|
"name": "multi-provider-query",
|
||||||
"path": "./artifacts/multi_provider_query.wasm",
|
"path": "./artifacts/multi_provider_query.wasm",
|
||||||
"max_heap_size": "64 MiB",
|
"max_heap_size": "64 MiB",
|
||||||
"logger_enabled": [true]
|
"logger_enabled": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -22,7 +22,7 @@
|
|||||||
"name": "simple-quorum",
|
"name": "simple-quorum",
|
||||||
"path": "./artifacts/simple_quorum.wasm",
|
"path": "./artifacts/simple_quorum.wasm",
|
||||||
"max_heap_size": "1 MiB",
|
"max_heap_size": "1 MiB",
|
||||||
"logger_enabled": [true]
|
"logger_enabled": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user