File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
version-3.13/feature-flags
version-4.0/feature-flags Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff 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
287289The environment variable has precedence over the configuration parameter.
Original file line number Diff line number Diff 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
298300The environment variable has precedence over the configuration parameter.
Original file line number Diff line number Diff 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
287289The environment variable has precedence over the configuration parameter.
You can’t perform that action at this time.
0 commit comments