6 lines
85 B
Elixir
6 lines
85 B
Elixir
import Config
|
|
|
|
config :symbiont,
|
|
data_dir: "data",
|
|
heartbeat_interval_ms: 60_000
|