mirror of
https://github.com/zoldar/jenot.git
synced 2026-01-03 06:22:55 +00:00
9 lines
226 B
Elixir
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
|