Files
archived-hipudding-teslamate/config/test.exs
2021-09-24 22:39:26 +02:00

11 lines
314 B
Elixir

import Config
config :logger, level: :warning
# We don't run a server during test. If one is required,
# you can enable the server option below.
config :teslamate, TeslaMateWeb.Endpoint, server: false
config :teslamate, TeslaMate.Repo, pool: Ecto.Adapters.SQL.Sandbox
config :phoenix, :plug_init_mode, :runtime