Skip to content

Commit de90cfc

Browse files
4.0.4 release notes: a typo
1 parent f8344d6 commit de90cfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release-notes/4.0.4.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
9595
The tags are configured using `rabbitmq.conf`:
9696

9797
```ini
98-
cluster_tags.environment = production
98+
nodes_tags.environment = production
9999

100-
cluster_tags.region = us-east
101-
cluster_tags.az = us-east-3
100+
nodes_tags.region = us-east
101+
nodes_tags.az = us-east-3
102102
```
103103

104104
Contributed by @SimonUnge.

0 commit comments

Comments
 (0)