add configs

This commit is contained in:
boneyard93501 2022-11-29 18:26:25 -06:00
parent aa1f1c6229
commit f3dac4c1df
2 changed files with 27 additions and 0 deletions

View 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

View File

@ -0,0 +1,11 @@
{
"drand": {
"name": "drand",
"modules": [
{
"name": "drand",
"path": "./artifacts/drand.wasm"
}
]
}
}