We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8344d6 commit de90cfcCopy full SHA for de90cfc
release-notes/4.0.4.md
@@ -95,10 +95,10 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
95
The tags are configured using `rabbitmq.conf`:
96
97
```ini
98
- cluster_tags.environment = production
+ nodes_tags.environment = production
99
100
- cluster_tags.region = us-east
101
- cluster_tags.az = us-east-3
+ nodes_tags.region = us-east
+ nodes_tags.az = us-east-3
102
```
103
104
Contributed by @SimonUnge.
0 commit comments