diff options
| author | Gerhard Lazu <gerhard@users.noreply.github.com> | 2020-02-20 18:41:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-20 18:41:14 +0000 |
| commit | 227e69480c22fdea58d5c388ec98ecc8ecd4e8ec (patch) | |
| tree | f7f12e433f41e1f16ecddfea4d9dc160bcfeb5c8 /docs | |
| parent | a5f8ac40c040cfcb51445065d9b76f59477b75c1 (diff) | |
| parent | 8d5cf5e153d9c2ca957cbc8c1a0b0668c71172a2 (diff) | |
| download | rabbitmq-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.example | 11 |
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. ## |
