jenot/config/test.exs
2025-05-11 00:34:35 +02:00

9 lines
226 B
Elixir

import Config
config :jenot, Jenot.Repo,
url: "postgres://postgres:postgres@localhost/jenot_test",
pool: Ecto.Adapters.SQL.Sandbox
config :logger, :default_handler, level: :warning
config :bcrypt_elixir, :log_rounds, 4