Skip to content

Commit

Permalink
wrong port no
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubwro committed Oct 2, 2023
1 parent 2649710 commit d2d4fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NATS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Base: show, convert, close
const NATS_CLIENT_VERSION = "0.1.0"
const NATS_CLIENT_LANG = "julia"
const NATS_HOST = get(ENV, "NATS_HOST", "localhost")
const NATS_PORT = parse(Int, get(ENV, "NATS_PORT", "4223"))
const NATS_PORT = parse(Int, get(ENV, "NATS_PORT", "4222"))
const ERROR_THROTTLING_SECONDS = 5
const DEFAULT_CONNECT_ARGS = (
verbose= false,
Expand Down

0 comments on commit d2d4fc2

Please sign in to comment.