Forced IPv4

This commit is contained in:
Kieran Eglin 2024-03-26 08:43:26 -07:00
parent 0147b60840
commit 2767b4b1a9
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -102,7 +102,7 @@ if config_env() == :prod do
# Set it to {0, 0, 0, 0, 0, 0, 0, 1} for local network only access.
# See the documentation on https://hexdocs.pm/plug_cowboy/Plug.Cowboy.html
# for details about using IPv6 vs IPv4 and loopback vs public addresses.
ip: {0, 0, 0, 0, 0, 0, 0, 0},
ip: {0, 0, 0, 0},
port: String.to_integer(System.get_env("PORT") || "4000")
],
secret_key_base: secret_key_base