mirror of
https://github.com/zoldar/jenot.git
synced 2026-01-03 14:32:54 +00:00
9 lines
201 B
Elixir
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
|