update config

This commit is contained in:
Álvaro 2024-05-12 02:44:05 +02:00
parent 304adfe245
commit fb7679b028

View File

@ -38,6 +38,7 @@ if config_env() == :prod do
config :lol_analytics_web, LoLAnalyticsWeb.Endpoint, config :lol_analytics_web, LoLAnalyticsWeb.Endpoint,
http: [ http: [
server: true,
# Enable IPv6 and bind on all interfaces. # Enable IPv6 and bind on all interfaces.
# Set it to {0, 0, 0, 0, 0, 0, 0, 1} for local network only access. # Set it to {0, 0, 0, 0, 0, 0, 0, 1} for local network only access.
ip: {0, 0, 0, 0, 0, 0, 0, 0}, ip: {0, 0, 0, 0, 0, 0, 0, 0},