Current section
Files
Jump to
Current section
Files
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