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

11 lines
264 B
Text
Raw Permalink Normal View History

2015-05-14 20:58:25 +00:00
use Mix.Config
# We don't run a server during test. If one is required,
# you can enable the server option below.
config :mebe_web, MebeWeb.Endpoint,
http: [port: 4001],
server: false
# Print only warnings and errors during test
config :logger, level: :warn