This commit is contained in:
2025-01-27 14:38:09 +01:00
parent 4c4ca79545
commit c5b01954d7
6 changed files with 28 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ defmodule Tradex.Application do
TradexWeb.Telemetry,
Tradex.Repo,
{DNSCluster, query: Application.get_env(:tradex, :dns_cluster_query) || :ignore},
{Oban, Application.fetch_env!(:tradex, Oban)},
{Phoenix.PubSub, name: Tradex.PubSub},
# Start the Finch HTTP client for sending emails
{Finch, name: Tradex.Finch},