# 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: 4002], server: false