Current section
Files
Jump to
Current section
Files
src/evoq.app.src
{application,evoq,
[{description,"Erlang CQRS/Event Sourcing framework built on reckon-db"},
{vsn,"1.21.0"},
{registered,[]},
{mod,{evoq_app,[]}},
{applications,[kernel,stdlib,crypto,telemetry]},
{env,
[{store_id,default_store},
{aggregate_defaults,
#{hibernate_after => 60000,idle_timeout => 1800000,
snapshot_every => 100}},
{aggregate_partitions,4},
{handler_defaults,#{consistency => eventual,start_from => origin}},
{idempotency_ttl,3600000}]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"Codeberg","https://codeberg.org/reckon-db-org/evoq"}]}]}.