Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mathcolo committed Jun 3, 2024
1 parent 816fedb commit 1d30a67
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 @@ -44,7 +44,7 @@ if config_env() == :prod do
"""

host = System.get_env("PHX_HOST") || "example.com"
port = String.to_integer(System.get_env("PORT") || "1")
port = String.to_integer(System.get_env("PORT") || "4001")

config :orbit, OrbitWeb.Endpoint,
url: [host: host, port: 443, scheme: "https"],
Expand Down

0 comments on commit 1d30a67

Please sign in to comment.