aboutsummaryrefslogtreecommitdiff
path: root/shardweb/config/test.exs
blob: 578da84a90c7101ea8e478e76ed4bd774ffe8a12 (plain) (blame)
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 :shardweb, ShardWeb.Endpoint,
  http: [port: 4001],
  server: false

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