Skip to content

Cleanup usages of the global config.Config variable

Pavlo Strokov requested to merge ps-cleanup-global-config-usage into master

The change removes usages of the global config.Config variable from production code.
It doesn't address all usages as they will be resolved in other MRs.
In most cases usages replaced with usage of the Cfg instance injected into struct or passed as a parameter to the call.

Part of: #2699 (closed)

Merge request reports