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
2015-11-17 23:09:21 +02:00

10 lines
264 B
Text

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