mirror of
https://github.com/fluencelabs/examples
synced 2024-12-04 19:20:17 +00:00
add configs
This commit is contained in:
parent
aa1f1c6229
commit
f3dac4c1df
16
aqua-examples/drand/services/configs/Config.toml
Normal file
16
aqua-examples/drand/services/configs/Config.toml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
modules_dir = "../artifacts/"
|
||||||
|
|
||||||
|
|
||||||
|
[[module]]
|
||||||
|
name = "curl_adapter"
|
||||||
|
max_heap_size = "512 KiB"
|
||||||
|
logger_enabled = true
|
||||||
|
|
||||||
|
[module.mounted_binaries]
|
||||||
|
curl = "/usr/bin/curl"
|
||||||
|
|
||||||
|
|
||||||
|
[[module]]
|
||||||
|
name = "drand"
|
||||||
|
max_heap_size = "256 KiB"
|
||||||
|
logger_enabled = true
|
11
aqua-examples/drand/services/configs/deployment_cfg.json
Normal file
11
aqua-examples/drand/services/configs/deployment_cfg.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"drand": {
|
||||||
|
"name": "drand",
|
||||||
|
"modules": [
|
||||||
|
{
|
||||||
|
"name": "drand",
|
||||||
|
"path": "./artifacts/drand.wasm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user