Skip to content

Commit

Permalink
Running mix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomanuel committed Dec 24, 2019
1 parent 7d089df commit e9dca1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ config :coophub, CoophubWeb.Endpoint,
force_ssl: [hsts: true],
url: [host: nil, port: 443],
http: [:inet6, port: System.get_env("PORT", "4000")],
https: [:inet6, port: 4443, cipher_suite: :strong,
https: [
:inet6,
port: 4443,
cipher_suite: :strong,
keyfile: "priv/ssl/privkey.pem",
certfile: "priv/ssl/cert.pem"
],
Expand Down

0 comments on commit e9dca1a

Please sign in to comment.