summaryrefslogtreecommitdiff
path: root/config/test.exs
blob: 604845963eb9f2bc617ac074cb1c328507e6c7be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import Config

# We don't run a server during test. If one is required,
# you can enable the server option below.
config :nola, NolaWeb.Endpoint,
  http: [port: 4001],
  server: false

# Print only warnings and errors during test
config :logger, level: :warn