Skip to content

Commit

Permalink
exrm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
msaraiva committed May 17, 2015
1 parent 4f97b27 commit 16ce93a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions hello_phoenix/config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ config :hello_phoenix, HelloPhoenix.Endpoint,
root: Path.dirname(__DIR__),
secret_key_base: "0NQFmN33R+A4MtcLybBvxgpnl7bB0/mS3CZYcpvHcala+sPUCBz0n2y0r8622MNE",
debug_errors: false,
server: true,
pubsub: [name: HelloPhoenix.PubSub,
adapter: Phoenix.PubSub.PG2]

Expand Down
3 changes: 2 additions & 1 deletion hello_phoenix/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ defmodule HelloPhoenix.Mixfile do
[{:phoenix, "~> 0.13"},
{:phoenix_html, "~> 1.0"},
{:phoenix_live_reload, "~> 0.4", only: :dev},
{:cowboy, "~> 1.0"}]
{:cowboy, "~> 1.0"},
{:exrm, "~> 0.15.3"}]
end
end

0 comments on commit 16ce93a

Please sign in to comment.