diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2019-09-24 10:58:22 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2019-09-24 10:58:22 +0300 |
| commit | d958a8f9de523efd76bb11a5d8fc54ff00d49fbf (patch) | |
| tree | 88835e2d3ecb0d442008df1af0cbe96fec74862e /docs/README.md | |
| parent | b4699f4bda9bcf46e3a2f9e9875ffe0fb3e8f196 (diff) | |
| download | rabbitmq-server-git-d958a8f9de523efd76bb11a5d8fc54ff00d49fbf.tar.gz | |
docs/rabbitmq.config.example is Tuesday's gone
This only leaves rabbitmq.conf and advanced.config examples.
Diffstat (limited to 'docs/README.md')
| -rw-r--r-- | docs/README.md | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/README.md b/docs/README.md index 7efad23cf1..60466f443b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,13 +2,21 @@ This directory contains [CLI tool](https://rabbitmq.com/cli.html) man page sources as well as a few documentation extras: - * An [annotated rabbitmq.conf example](./rabbitmq.conf.example) in the [new style configuration format](https://rabbitmq.com/configure.html) - * An [annotated advanced.config example](./advanced.config.example) to accompany `rabbitmq.conf.example` - * An [annotated rabbitmq.config example](./rabbitmq.config.example) in the classic configuration format + * An [annotated rabbitmq.conf example](./rabbitmq.conf.example) (see [new style configuration format](https://www.rabbitmq.com/configure.html#config-file-formats)) + * An [annotated advanced.config example](./advanced.config.example) (see [new style configuration format](https://www.rabbitmq.com/configure.html#advanced-config-file)) * A [systemd unit file example](./rabbitmq-server.service.example) Please [see rabbitmq.com](https://rabbitmq.com/documentation.html) for documentation guides. + +## Classic Config File Format Example + +Feeling nostalgic and looking for the [classic configuration file example](https://github.com/rabbitmq/rabbitmq-server/blob/v3.7.x/docs/rabbitmq.config.example)? +Now that's old school! Keep in mind that classic configuration file **should be considered deprecated**. +Prefer `rabbitmq.conf` (see [new style configuration format](https://www.rabbitmq.com/configure.html#config-file-formats)) +with `advanced.config` as needed. + + ## man Pages ### Source Files |
