aboutsummaryrefslogtreecommitdiff
path: root/shardweb/config/test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'shardweb/config/test.exs')
-rw-r--r--shardweb/config/test.exs10
1 files changed, 10 insertions, 0 deletions
diff --git a/shardweb/config/test.exs b/shardweb/config/test.exs
new file mode 100644
index 0000000..578da84
--- /dev/null
+++ b/shardweb/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 :shardweb, ShardWeb.Endpoint,
+ http: [port: 4001],
+ server: false
+
+# Print only warnings and errors during test
+config :logger, level: :warn