You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs-team review of the R3 docs sync PR (tyk-docs#2487) requested
wording fixes in the generated Pump config documentation:
- Reword the log_format description.
- Restore the leading slash in the enable_http_profiler docs link.
(cherry picked from commit b348e21)
Co-authored-by: Matias <matipvp02@gmail.com>
Co-authored-by: Tomas Buchaillot <tombuchaillot89@gmail.com>
// Defines if tyk-pump should ignore all the values in configuration file. Specially useful when setting all configurations in environment variables.
250
251
OmitConfigFilebool`json:"omit_config_file"`
251
-
// Expose profiling information to support debugging of Tyk Pump. This operates in the same way as for Tyk Gateway, as explained [here](api-management/troubleshooting-debugging).
252
+
// Expose profiling information to support debugging of Tyk Pump. This operates in the same way as for Tyk Gateway, as explained [here](/api-management/troubleshooting-debugging).
252
253
HTTPProfilebool`json:"enable_http_profiler"`
253
254
// This option was intended to decode raw request payloads from base64 for all Pumps. However, it was never implemented and therefore has no functional effect. It has now been deprecated.
254
255
// for all pumps. This is set to false by default.
0 commit comments