{application,evoq,
    [{description,"Erlang CQRS/Event Sourcing framework built on reckon-db"},
     {vsn,"1.1.1"},
     {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,[{"GitHub","https://github.com/reckon-db-org/evoq"}]}]}.
