Skip to content

Commit

Permalink
docs: cleanup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Nov 16, 2024
1 parent cb2687f commit 459b429
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -562,10 +562,10 @@ const (
config := nats.Config{
ApplicationName: applicationName,
ActorSystemName: actorSystemName,
NatsServer: natsServer,
NatsServer: natsServerAddr,
NatsSubject: natsSubject,
Host: "127.0.0.1",
DiscoveryPort: 2003
Host: "127.0.0.1",
DiscoveryPort: 20380,
}

// instantiate the NATS discovery provider by passing the config and the hostNode
Expand Down

0 comments on commit 459b429

Please sign in to comment.