Current section
Files
Jump to
Current section
Files
priv/templates/dialup.gen.aggregate/commanded_app.ex.eex
defmodule <%= base_mod %>.CommandedApp do
@moduledoc false
use Commanded.Application,
otp_app: :<%= otp_app %>,
event_store: [
adapter: Commanded.EventStore.Adapters.EventStore,
event_store: <%= base_mod %>.EventStore
]
end