Skip to content

Commit

Permalink
Updated host
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi Necibi committed Oct 24, 2023
1 parent 89731b3 commit 3b71a35
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 @@ -39,7 +39,7 @@ if config_env() == :prod do
config :cluster_test, :dns_cluster_query, System.get_env("DNS_CLUSTER_QUERY")

config :cluster_test, ClusterTestWeb.Endpoint,
url: [host: host, port: 443, scheme: "https"],
url: [host: host, port: 80],
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 3b71a35

Please sign in to comment.