diff --git a/app/config/dev.exs b/app/config/dev.exs index 2aa21f5..a30f521 100644 --- a/app/config/dev.exs +++ b/app/config/dev.exs @@ -19,7 +19,7 @@ config :firehose, Firehose.Repo, config :firehose, FirehoseWeb.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: {0, 0, 0, 0}, port: String.to_integer(System.get_env("PORT") || "4050")], + http: [ip: {0, 0, 0, 0}, port: String.to_integer(System.get_env("PORT") || "8056")], check_origin: false, code_reloader: true, debug_errors: true,