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
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvsadana committed Jan 4, 2024
1 parent a3eb94d commit a7bc225
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 a7bc225

Please sign in to comment.