Skip to content

refactor: extract common logic for env feature flags

Vladimir Shushlin requested to merge extract-feature-flags into master

What does this MR do?

We often use the same logic for feature flags defined in the environment variable. I want to unify this logic and have all the feature flag defined in the same place.

This is the just a first iteration, we can improve on it later.

TODO

Edited by Vladimir Shushlin

Merge request reports