Skip to content

Commit

Permalink
ws host config
Browse files Browse the repository at this point in the history
  • Loading branch information
isidzukuri committed Jan 3, 2025
1 parent 6136f24 commit 30e1129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Config
config :ws_server, WsServerWeb.Endpoint,
# Binding to loopback ipv4 address prevents access from other machines.
# Change to `ip: {0, 0, 0, 0}` to allow access from other machines.
http: [ip: {127, 0, 0, 1}, port: 4000],
http: [ip: {0, 0, 0, 0}, port: 4000],
check_origin: false,
code_reloader: true,
debug_errors: true,
Expand Down

0 comments on commit 30e1129

Please sign in to comment.