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

@@ -7,6 +7,12 @@
# General application configuration
import Config
config :tradex, Oban,
engine: Oban.Engines.Basic,
notifier: Oban.Notifiers.Postgres,
queues: [default: 10],
repo: Tradex.Repo
config :tradex,
ecto_repos: [Tradex.Repo],
generators: [timestamp_type: :utc_datetime]