jenot/config/test.exs
2025-01-18 23:06:55 +01:00

9 lines
201 B
Elixir

import Config
config :jenot, Jenot.Repo,
database: "priv/db_test.sqlite",
pool: Ecto.Adapters.SQL.Sandbox
config :logger, :default_handler, level: :warning
config :bcrypt_elixir, :log_rounds, 4