blob: d6f7ea2edb162344c506500292b86c8293ba972b (
plain)
1
2
3
4
5
6
7
8
9
10
|
use Mix.Config
# We don't run a server during test. If one is required,
# you can enable the server option below.
config :rook, RookWeb.Endpoint,
http: [port: 4002],
server: false
# Print only warnings and errors during test
config :logger, level: :warn
|