mirror of
https://github.com/fluencelabs/examples
synced 2025-08-01 01:11:57 +00:00
update cnfigs
This commit is contained in:
@@ -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]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user