mirror of
https://github.com/netfun2000/hipudding-teslamate.git
synced 2026-02-27 09:44:28 +08:00
11 lines
314 B
Elixir
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
|