diff options
author | Guillermo Ramos | 2020-02-04 13:49:53 +0100 |
---|---|---|
committer | Guillermo Ramos | 2020-02-04 14:20:23 +0100 |
commit | 1566a2fcba0676cf54dde2b04702a320d9f1edcd (patch) | |
tree | 1d6b378f2d5192fbc3f9446ba9a0cd6e8af2c4c7 /config/test.exs | |
download | waev-1566a2fcba0676cf54dde2b04702a320d9f1edcd.tar.gz |
Initial commit
Diffstat (limited to 'config/test.exs')
-rw-r--r-- | config/test.exs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/test.exs b/config/test.exs new file mode 100644 index 0000000..a9ef0f1 --- /dev/null +++ b/config/test.exs @@ -0,0 +1,10 @@ +use Mix.Config + +# We don't run a server during test. If one is required, +# you can enable the server option below. +config :waev, WaevWeb.Endpoint, + http: [port: 4002], + server: false + +# Print only warnings and errors during test +config :logger, level: :warn |