diff options
author | Alex Auvolat <alex@adnab.me> | 2018-09-01 16:07:22 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2018-09-01 16:07:22 +0200 |
commit | 81b5a844a2a155e28c497a8ce671eb5f02803e5d (patch) | |
tree | 15e878ebe47d5993e7af46a48a1ccdc1dd1e4b2f /shardweb/config/test.exs | |
parent | c6ec33d6e612168e14d77007915a4ea423c55a2e (diff) | |
download | shard-0.0.2.tar.gz shard-0.0.2.zip |
Import shardweb0.0.2
Diffstat (limited to 'shardweb/config/test.exs')
-rw-r--r-- | shardweb/config/test.exs | 10 |
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 |