Skip to content

Commit

Permalink
fix: add default config
Browse files Browse the repository at this point in the history
  • Loading branch information
mathcolo committed Jun 20, 2024
1 parent 8378386 commit 1388a17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ config :orbit, OrbitWeb.Endpoint,
pubsub_server: Orbit.PubSub,
live_view: [signing_salt: "5ANP5/by"]

config :orbit, Oban,
repo: Orbit.Repo,
plugins: [Oban.Plugins.Pruner, {Oban.Plugins.Lifeline, rescue_after: :timer.minutes(60)}],
queues: []

# Logging config
config :logger, :console,
format: "$time $metadata[$level] $message\n",
Expand Down

0 comments on commit 1388a17

Please sign in to comment.