marine/examples/ipfs-node/Config.toml

18 lines
379 B
TOML
Raw Permalink Normal View History

2020-10-07 23:19:17 +03:00
modules_dir = "artifacts/"
2020-08-07 23:24:28 +03:00
[[module]]
2020-09-08 13:20:42 +03:00
name = "ipfs_effector"
max_heap_size = "10 KiB"
2020-06-06 21:34:13 +03:00
logger_enabled = true
2020-10-01 12:19:38 +03:00
[module.mounted_binaries]
ipfs = "/usr/local/bin/ipfs"
2020-06-06 00:13:05 +03:00
2020-08-07 23:24:28 +03:00
[module.wasi]
2020-10-01 12:19:38 +03:00
envs = { "IPFS_ADDR" = "/dns4/relay02.fluence.dev/tcp/15001", "timeout" = "1s" }
2020-06-06 21:34:13 +03:00
2020-08-07 23:24:28 +03:00
[[module]]
2020-09-08 13:20:42 +03:00
name = "ipfs_pure"
max_heap_size = "10 KiB"
2020-06-06 21:34:13 +03:00
logger_enabled = true