Skip to content

Commit

Permalink
Release v1.1.2 with proper config
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Feb 23, 2019
1 parent 795887f commit 49ec831
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
8 changes: 7 additions & 1 deletion config/config.exs
@@ -1,3 +1,9 @@
use Mix.Config

import_config "#{Mix.env}.exs"
config :phoenix_pubsub,
pubsub: [Phoenix.PubSub.Test.PubSub, [pool_size: 1]],
nodes: [:"node1@127.0.0.1", :"node2@127.0.0.1"]

config :logger,
level: :info,
compile_time_purge_level: :info
1 change: 0 additions & 1 deletion config/dev.exs

This file was deleted.

1 change: 0 additions & 1 deletion config/prod.exs

This file was deleted.

9 changes: 0 additions & 9 deletions config/test.exs

This file was deleted.

0 comments on commit 49ec831

Please sign in to comment.