Skip to content

chore: read environment variables from Config

Roy Zwambag requested to merge 504-read-env-from-config into main

What does this merge request do and why?

This MR changes the places where we read environment variables directly via os.environ to reading them from the Config.

How to set up and validate locally

The functionality should not change at all, everything should work as expected and all tests should still pass.

Merge request checklist

  • Tests added for new functionality. If not, please raise an issue to follow up.
  • Documentation added/updated, if needed.

Closes #504 (closed)

Edited by Roy Zwambag

Merge request reports