Skip to content

Commit

Permalink
Fix host config.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-br committed Apr 23, 2024
1 parent fc1dbff commit bcbcff4
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 @@ -19,7 +19,7 @@ import Config
config :clear_settle_engine_admin, ClearSettleEngineAdminWeb.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 bcbcff4

Please sign in to comment.