Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
add PHX_HOST in origin without port (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvsadana authored Jan 12, 2024
1 parent 2c034ff commit 8f78403
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ if config_env() == :prod do
"https://www.starkcompass.com",
"https://testing.starkcompass.com",
"https://#{host}:#{port}",
"http://#{host}:#{port}"
"http://#{host}:#{port}",
"http://#{host}",
"https://#{host}"
],
http: [
# Enable IPv6 and bind on all interfaces.
Expand Down

0 comments on commit 8f78403

Please sign in to comment.