rabbitmq.conf in 3.11.x supports environment variable interpolation #627
michaelklishin
started this conversation in
General
Replies: 1 comment
-
Thanks for the heads up! 🙇 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@yosifkit @tianon FYI, modern RabbitMQ versions support env variable interpolation in
rabbitmq.conf
.I've missed this feature but it's been in place in our config parser (Cuttlefish) since early 2021.
I would still not recommend using environment variables heavily where
rabbitmq.conf
or definitions would do but it mightbe useful to some image users, so I'm making sure that you are aware of this feature :)
Beta Was this translation helpful? Give feedback.
All reactions