diff options
author | href <href@random.sh> | 2018-01-31 20:36:42 +0100 |
---|---|---|
committer | href <href@random.sh> | 2018-01-31 20:36:42 +0100 |
commit | fcb2a082346054108f3f16cffe968450cf961976 (patch) | |
tree | 8e7d2eb9eeebf854e62e08c29b147f34dfeb1881 /config/test.exs |
import
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..da7e605 --- /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 :lsg, LSGWeb.Endpoint, + http: [port: 4001], + server: false + +# Print only warnings and errors during test +config :logger, level: :warn |