Packages

An event_bus data store building with Broadway.

Current section

Files

Jump to
event_bus_datastore lib event_bus_datastore config.ex
Raw

lib/event_bus_datastore/config.ex

defmodule EventBusDatastore.Config do
def events_table_name do
Application.get_env(:event_bus_datastore, :events_table_name, "event_bus_events")
end
end