Skip to content

Commit

Permalink
[fiqus#35] Adding domain to prod config.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomanuel committed Dec 24, 2019
1 parent e9dca1a commit 09cd472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use Mix.Config
config :coophub, CoophubWeb.Endpoint,
server: true,
force_ssl: [hsts: true],
url: [host: nil, port: 443],
url: [host: "coophub.io", port: 443],
http: [:inet6, port: System.get_env("PORT", "4000")],
https: [
:inet6,
Expand Down

0 comments on commit 09cd472

Please sign in to comment.