Current section

Files

Jump to
phx_new templates phx_umbrella apps app_name_web config test.exs
Raw

templates/phx_umbrella/apps/app_name_web/config/test.exs

# Since configuration is shared in umbrella projects, this file
# should only configure the :<%= web_app_name %> application itself
# and only for organization purposes. All other config goes to
# the umbrella root.
use Mix.Config
# We don't run a server during test. If one is required,
# you can enable the server option below.
config :<%= web_app_name %>, <%= endpoint_module %>,
http: [port: 4001],
server: false