Skip to content

Commit 098d867

Browse files
Mention an important rabbitmq.conf entry value parser limitation
1 parent 6dab929 commit 098d867

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docs/configure.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ The syntax can be briefly explained like so:
329329
* Any content starting with a `#` character is a comment
330330
* Values that contain the `#` character, such as generated strings, generated passwords, encrypted values,
331331
and so on, can be escaped with single quotes like so: `'efd3!53a9@92#a08_d_6d'`
332+
* Values containing a colon are treated as [encrypted values](#configuration-encryption)
332333

333334
A minimalistic example configuration file follows:
334335

versioned_docs/version-4.0/configure.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ The syntax can be briefly explained like so:
329329
* Any content starting with a `#` character is a comment
330330
* Values that contain the `#` character, such as generated strings, generated passwords, encrypted values,
331331
and so on, can be escaped with single quotes like so: `'efd3!53a9@92#a08_d_6d'`
332+
* Values containing a colon are treated as [encrypted values](#configuration-encryption)
332333

333334
A minimalistic example configuration file follows:
334335

versioned_docs/version-4.1/configure.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ The syntax can be briefly explained like so:
329329
* Any content starting with a `#` character is a comment
330330
* Values that contain the `#` character, such as generated strings, generated passwords, encrypted values,
331331
and so on, can be escaped with single quotes like so: `'efd3!53a9@92#a08_d_6d'`
332+
* Values containing a colon are treated as [encrypted values](#configuration-encryption)
332333

333334
A minimalistic example configuration file follows:
334335

0 commit comments

Comments
 (0)