Skip to content

Commit 8731fb3

Browse files
committed
update v2 configuration defaults
Signed-off-by: Roman Dmytrenko <rdmytrenko@gmail.com>
1 parent f642431 commit 8731fb3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/v2/configuration/overview.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,13 @@ Meta configuration controls Flipt's internal behavior including update checks, t
633633
| meta.check_for_updates | Enable check for newer versions of Flipt on startup | true | v2.0.0 |
634634
| meta.telemetry_enabled | Enable anonymous telemetry data (see [Telemetry](/v2/configuration/telemetry)) | true | v2.0.0 |
635635
| meta.state_directory | Directory on the host to store local state | $HOME/.config/flipt | v2.0.0 |
636-
| diagnostics.profiling.enabled | Enable profiling endpoints for pprof | true | v2.0.0 |
636+
| diagnostics.profiling.enabled | Enable profiling endpoints for pprof | false | v2.0.0 |
637+
638+
<Note>
639+
Changed in **v2.10.0**: diagnostics.profiling.enabled now defaults to false.
640+
If you rely on pprof endpoints, explicitly set it to true in your
641+
configuration.
642+
</Note>
637643

638644
## Deprecations
639645

0 commit comments

Comments
 (0)