{application,erl_evoq,
    [{description,"Erlang CQRS/Event Sourcing framework built on erl-esdb"},
     {vsn,"0.3.0"},
     {registered,[]},
     {mod,{erl_evoq_app,[]}},
     {applications,[kernel,stdlib,crypto,erl_esdb_gater,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/macula-io/erl-evoq"}]}]}.
