Current section

Files

Jump to
phoenix priv template config test.exs
Raw

priv/template/config/test.exs

use Mix.Config
config :<%= application_name %>, <%= application_module %>.Endpoint,
http: [port: System.get_env("PORT") || 4001]
# Print only warnings and errors during test
config :logger, level: :warn