Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHubPang committed Dec 20, 2020
1 parent 4ce9643 commit da601bb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions site/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ To use a config file in the classic format, export `RABBITMQ_CONFIG_FILE` to poi
a `.config` extension. The extension will indicate to RabbitMQ that it should treat the file as one
in the classic config format.

[An example configuration file](https://github.com/rabbitmq/rabbitmq-server/blob/v3.7.x/docs/rabbitmq.config.example) named
[An example configuration file](https://github.com/rabbitmq/rabbitmq-server/blob/v3.7.x/deps/rabbit/docs/rabbitmq.config.example) named
`rabbitmq.config.example`. It contains an example of most of the configuration items in the classic config format.

To override the main RabbitMQ config file location, use the `RABBITMQ_CONFIG_FILE`
Expand All @@ -528,8 +528,8 @@ that cannot be configured using the [ini-style config file](#config-file).
The RabbitMQ server source repository contains
examples for the configuration files:

* [rabbitmq.conf.example](https://github.com/rabbitmq/rabbitmq-server/blob/master/docs/rabbitmq.conf.example)
* [advanced.config.example](https://github.com/rabbitmq/rabbitmq-server/blob/master/docs/advanced.config.example)
* [rabbitmq.conf.example](https://github.com/rabbitmq/rabbitmq-server/blob/master/deps/rabbit/docs/rabbitmq.conf.example)
* [advanced.config.example](https://github.com/rabbitmq/rabbitmq-server/blob/master/deps/rabbit/docs/advanced.config.example)

These files contain examples of most of the configuration keys along with a brief explanation
for those settings. All configuration items are commented out in the
Expand Down
2 changes: 1 addition & 1 deletion site/feature-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ quorum_queue_migration(_FeatureName, _FeatureProps, is_enabled) ->

More implementation docs can be found in
the [`rabbit_feature_flags` module source
code](https://github.com/rabbitmq/rabbitmq-server/blob/master/src/rabbit_feature_flags.erl).
code](https://github.com/rabbitmq/rabbitmq-server/blob/master/deps/rabbit/src/rabbit_feature_flags.erl).

Erlang's `edoc` reference can be generated locally from a RabbitMQ
repository clone or source archive:
Expand Down
2 changes: 1 addition & 1 deletion site/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Logging to a file can be disabled with
log.file = false
</pre>

Find supported log levels in the [example rabbitmq.conf file](https://github.com/rabbitmq/rabbitmq-server/blob/v3.8.x/docs/rabbitmq.conf.example).
Find supported log levels in the [example rabbitmq.conf file](https://github.com/rabbitmq/rabbitmq-server/blob/v3.8.x/deps/rabbit/docs/rabbitmq.conf.example).

The rest of this guide describes more options, including [more advanced ones](#advanced-configuration).

Expand Down
2 changes: 1 addition & 1 deletion site/passwords.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ shell escaping of certain characters [must be taken into account](/access-contro
### <a id="custom-credential-validation" class="anchor" href="#custom-credential-validation">Custom Credential Validators</a>

Every credential validator is a module that implements a single function
behaviour, [rabbit_credential_validator](https://github.com/rabbitmq/rabbitmq-server/blob/master/src/rabbit_credential_validator.erl).
behaviour, [rabbit_credential_validator](https://github.com/rabbitmq/rabbitmq-server/blob/master/deps/rabbit/src/rabbit_credential_validator.erl).
Plugins therefore can provide more implementations.

Credential validators can also validate usernames or apply any other logic
Expand Down

0 comments on commit da601bb

Please sign in to comment.