mirror of
https://github.com/fluencelabs/aqua-ipfs
synced 2025-04-24 23:42:14 +00:00
18 lines
324 B
TOML
18 lines
324 B
TOML
total_memory_limit = "Infinity"
|
|
|
|
[[module]]
|
|
name = "ipfs_effector"
|
|
mem_pages_count = 100
|
|
logger_enabled = true
|
|
|
|
[module.mounted_binaries]
|
|
ipfs = "/usr/bin/ipfs"
|
|
|
|
[module.wasi]
|
|
preopend_files = ["tmp"]
|
|
mapped_dirs = { "tmp" = "." }
|
|
|
|
[[module]]
|
|
name = "ipfs_pure"
|
|
logger_enabled = true
|