From 8d92b2479f810bc5d20245361fa59339763a1495 Mon Sep 17 00:00:00 2001 From: firescry <49809580+firescry@users.noreply.github.com> Date: Wed, 12 Jul 2023 10:28:41 +0200 Subject: [bugfix] Align default values in the configuration file with the code (#1971) * Set default value of SMTPFrom to empty string This parameter should contain proper e-mail address (to be provided by user during configuration). * Update default values in example/config.yaml Default values and related comments in example/config.yaml are aligned with values defined in internal/config/defaults.go. Small improvements to foramting of config.yaml file. * Add default value for AdvancedThrottlingRetryAfter to internal/config/defaults.go AdvancedThrottlingRetryAfter was introduced in 70739d3 (superseriousbusiness/gotosocial#1466). * Update config.yaml snippets in documentation --- docs/configuration/observability.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/configuration/observability.md') diff --git a/docs/configuration/observability.md b/docs/configuration/observability.md index ddd423be9..6c812a8fc 100644 --- a/docs/configuration/observability.md +++ b/docs/configuration/observability.md @@ -9,10 +9,6 @@ These settings let you tune and configure certain observability related behaviou ##### OBSERVABILITY SETTINGS ##### ################################## -# Bool. Enable generation/parsing of a request ID for each received HTTP Request. -# Default: true -request-id-enabled: true - # String. Header name to use to extract a request or trace ID from. Typically set by a # loadbalancer or proxy. # Default: "X-Request-Id" -- cgit v1.2.3