Skip to content

Commit

Permalink
fix outdated notifier comments from config sections
Browse files Browse the repository at this point in the history
  • Loading branch information
ssd04 committed Jul 26, 2023
1 parent e7df595 commit 145ebda
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 145ebda

Please sign in to comment.