marine/examples/records/Config.toml

12 lines
217 B
TOML
Raw Normal View History

modules_dir = "artifacts/"
2020-07-28 01:19:15 +03:00
2020-08-08 13:38:41 +03:00
[[module]]
2020-09-16 01:14:15 +03:00
name = "records_effector"
max_heap_size = "10 KiB"
2020-07-28 01:19:15 +03:00
logger_enabled = true
2020-08-08 13:38:41 +03:00
[[module]]
2020-09-16 01:14:15 +03:00
name = "records_pure"
max_heap_size = "10 KiB"
2020-07-28 01:19:15 +03:00
logger_enabled = true