mirror of
https://github.com/fluencelabs/examples
synced 2024-12-04 19:20:17 +00:00
update cnfigs
This commit is contained in:
parent
75dc8f2ec1
commit
3c198ed6b4
@ -12,3 +12,9 @@ curl = "/usr/bin/curl"
|
||||
name = "multi_provider_query"
|
||||
max_heap_size = "10 KiB"
|
||||
logger_enabled = true
|
||||
|
||||
|
||||
[[module]]
|
||||
name = "simple_quorum"
|
||||
max_heap_size = "10 KiB"
|
||||
logger_enabled = true
|
||||
|
@ -15,5 +15,15 @@
|
||||
"logger_enabled": [true]
|
||||
}
|
||||
]
|
||||
},
|
||||
"simple-quorum": {
|
||||
"modules": [
|
||||
{
|
||||
"name": "simple-quorum",
|
||||
"path": "./artifacts/simple_quorum.wasm",
|
||||
"max_heap_size": "1 MiB",
|
||||
"logger_enabled": [true]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user