summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2021-08-03 13:19:52 +0300
committermergify-bot <noreply@mergify.io>2021-08-03 10:22:05 +0000
commit01ab9490b7e04785f4d7e00ecbfbacac14c3ac05 (patch)
tree47df12a430735a5a89b85348528f7205f6d55050
parent08ab2d8d503731bc287f5b1502fbb78f2183dd0b (diff)
downloadrabbitmq-server-git-01ab9490b7e04785f4d7e00ecbfbacac14c3ac05.tar.gz
Update rabbitmq.conf.example header
mostly to test Mergify integration with @pjk25. (cherry picked from commit c12544f5454dca6298e32bb87abf2f517400f3a0)
-rw-r--r--deps/rabbit/docs/rabbitmq.conf.example21
1 files changed, 18 insertions, 3 deletions
diff --git a/deps/rabbit/docs/rabbitmq.conf.example b/deps/rabbit/docs/rabbitmq.conf.example
index 14b1e31c13..eaf65942c3 100644
--- a/deps/rabbit/docs/rabbitmq.conf.example
+++ b/deps/rabbit/docs/rabbitmq.conf.example
@@ -1,9 +1,24 @@
+## This example configuration file demonstrates various settings
+## available via rabbitmq.conf. It primarily focuses core broker settings
+## but some tier 1 plugin settings are also covered.
+##
+## This file is AN EXAMPLE. It is NOT MEANT TO BE USED IN PRODUCTION. Instead of
+## copying the entire (large!) file, create or generate a new rabbitmq.conf for the target system
+## and populate it with the necessary settings.
+##
+## See https://rabbitmq.com/configure.html to learn about how to configure RabbitMQ,
+## the ini-style format used by rabbitmq.conf, how it is different from `advanced.config`,
+## how to verify effective configuration, and so on.
+##
+## See https://rabbitmq.com/documentation.html for the rest of RabbitMQ documentation.
+##
+## In case you have questions, please use RabbitMQ community Slack and the rabbitmq-users Google group
+## instead of GitHub issues.
+
# ======================================
-# RabbitMQ broker section
+# Core broker section
# ======================================
-## Related doc guide: https://rabbitmq.com/configure.html. See
-## https://rabbitmq.com/documentation.html for documentation ToC.
## Networking
## ====================