Current section

Files

Jump to
filterable config test.exs
Raw

config/test.exs

use Mix.Config
config :filterable, Filterable.Repo,
adapter: Ecto.Adapters.Postgres,
database: "filterable_test",
username: "postgres",
password: "postgres"
config :logger, level: :info