Skip to content

Commit

Permalink
remove scheme: "https" from config/runtime.exs as per dwyl/elixir-aut…
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed May 17, 2023
1 parent b9c5c14 commit 3e01bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if config_env() == :prod do
port = String.to_integer(System.get_env("PORT") || "4000")

config :cal, CalWeb.Endpoint,
url: [host: host, port: 443, scheme: "https"],
url: [host: host, port: 443],
http: [
# Enable IPv6 and bind on all interfaces.
# Set it to {0, 0, 0, 0, 0, 0, 0, 1} for local network only access.
Expand Down

0 comments on commit 3e01bec

Please sign in to comment.