summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGerhard Lazu <gerhard@users.noreply.github.com>2020-02-20 18:41:14 +0000
committerGitHub <noreply@github.com>2020-02-20 18:41:14 +0000
commit227e69480c22fdea58d5c388ec98ecc8ecd4e8ec (patch)
treef7f12e433f41e1f16ecddfea4d9dc160bcfeb5c8 /docs
parenta5f8ac40c040cfcb51445065d9b76f59477b75c1 (diff)
parent8d5cf5e153d9c2ca957cbc8c1a0b0668c71172a2 (diff)
downloadrabbitmq-server-git-227e69480c22fdea58d5c388ec98ecc8ecd4e8ec.tar.gz
Merge pull request #2247 from rabbitmq/support-configurable-product-name-and-banner
Add ability to customize product name, version & banner
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.conf.example11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example
index e2d45877c5..ff8ea0ae67 100644
--- a/docs/rabbitmq.conf.example
+++ b/docs/rabbitmq.conf.example
@@ -520,6 +520,17 @@
##
# proxy_protocol = false
+## Overriden product name and version.
+## They are set to "RabbitMQ" and the release version by default.
+# product.name = RabbitMQ
+# product.version = 1.2.3
+
+## "Message of the day" file.
+## Its content is used to expand the logged and printed banners.
+## Default to /etc/rabbitmq/motd on Unix, %APPDATA%\RabbitMQ\motd.txt
+## on Windows.
+# motd_file = /etc/rabbitmq/motd
+
## ----------------------------------------------------------------------------
## Advanced Erlang Networking/Clustering Options.
##