Skip to content

Commit 5cc3499

Browse files
Make it clear that this is just a snippet
1 parent 72c5302 commit 5cc3499

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docs/feature-flags/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,12 @@ There are two ways to do this:
278278
2. Using the `forced_feature_flags_on_init` setting in [`advanced.config`](./configure):
279279

280280
```erlang
281+
%% ...
281282
{rabbit, [
282283
%% this is just an example, in practice this list will be much longer
283284
{forced_feature_flags_on_init, [quorum_queue, implicit_default_bindings]}
284-
]}
285+
]},
286+
%% ...
285287
```
286288

287289
The environment variable has precedence over the configuration parameter.

versioned_docs/version-3.13/feature-flags/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,12 @@ There are two ways to do this:
289289
2. Using the `forced_feature_flags_on_init` setting in [`advanced.config`](./configure):
290290

291291
```erlang
292+
%% ...
292293
{rabbit, [
293294
%% this is just an example, in practice this list will be much longer
294295
{forced_feature_flags_on_init, [quorum_queue, implicit_default_bindings]}
295-
]}
296+
]},
297+
%% ...
296298
```
297299

298300
The environment variable has precedence over the configuration parameter.

versioned_docs/version-4.0/feature-flags/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,12 @@ There are two ways to do this:
278278
2. Using the `forced_feature_flags_on_init` setting in [`advanced.config`](./configure):
279279

280280
```erlang
281+
%% ...
281282
{rabbit, [
282283
%% this is just an example, in practice this list will be much longer
283284
{forced_feature_flags_on_init, [quorum_queue, implicit_default_bindings]}
284-
]}
285+
]},
286+
%% ...
285287
```
286288

287289
The environment variable has precedence over the configuration parameter.

0 commit comments

Comments
 (0)