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 54d558c commit bc283ecCopy full SHA for bc283ec
docs/rabbitmq.conf.example
@@ -520,6 +520,17 @@
520
##
521
# proxy_protocol = false
522
523
+## Overriden product name and version.
524
+## They are set to "RabbitMQ" and the release version by default.
525
+# product.name = RabbitMQ
526
+# product.version = 1.2.3
527
+
528
+## "Message of the day" file.
529
+## Its content is used to expand the logged and printed banners.
530
+## Default to /etc/rabbitmq/motd on Unix, %APPDATA%\RabbitMQ\motd.txt
531
+## on Windows.
532
+# motd_file = /etc/rabbitmq/motd
533
534
## ----------------------------------------------------------------------------
535
## Advanced Erlang Networking/Clustering Options.
536
0 commit comments