Skip to content

Commit

Permalink
Merge pull request #88 from astery/feature/add-ssl-opts
Browse files Browse the repository at this point in the history
Add :ssl and :ssl_opts config params.
  • Loading branch information
slashdotdash authored Nov 27, 2017
2 parents e9ab73b + 71dcc47 commit 0d249b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/event_store/supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ defmodule EventStore.Supervisor do
:pool,
:pool_size,
:pool_overflow,
:types
:types,
:ssl,
:ssl_opts,
])
|> Keyword.merge(name: :event_store)
end
Expand Down

0 comments on commit 0d249b4

Please sign in to comment.