blob: 578da84a90c7101ea8e478e76ed4bd774ffe8a12 (
plain) (
tree)
|
|
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
|