This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
augie/webapp/config/test.exs

11 lines
262 B
Elixir
Raw Normal View History

2019-11-29 17:55:52 +13:00
use Mix.Config
# We don't run a server during test. If one is required,
# you can enable the server option below.
config :augie, AugieWeb.Endpoint,
http: [port: 4002],
server: false
# Print only warnings and errors during test
config :logger, level: :warn