legendary-doc-site/config/test.exs

8 lines
188 B
Elixir
Raw Normal View History

use Mix.Config
# We don't run a server during test. If one is required,
# you can enable the server option below.
config :content, Content.Endpoint,
http: [port: 4002],
server: false