Skip to content

Commit

Permalink
Merge pull request #669 from multiversx/fix-notifier-comments
Browse files Browse the repository at this point in the history
Fix notifier comments
  • Loading branch information
ssd04 committed Jul 27, 2023
2 parents 19d1dc1 + 145ebda commit 52555f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/sdk-and-tools/notifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,9 @@ The `Redis` section includes the following parameters as described below:
```toml
[Redis]
# The url used to connect to a pubsub server
# Note: not required for running in the notifier mode
Url = "redis://localhost:6379/0"

# The pubsub channel used for publishing/subscribing
# Note: not required for running in the notifier mode
Channel = "pub-sub"

# The master name for failover client
Expand Down Expand Up @@ -178,7 +176,6 @@ notifier service start.
```toml
[RabbitMQ]
# The url used to connect to a rabbitMQ server
# Note: not required for running in the notifier mode
Url = "amqp://guest:guest@localhost:5672"

# The exchange which holds all logs and events
Expand Down

0 comments on commit 52555f0

Please sign in to comment.