Moves Config.instance() out of global scope - this was instantiating the global singleton during importing of the module, which prevented process.env modification in the importing module from having the intended effect.
This will be fixed again by #236
Motivation and Context
Bug #235
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
Moves
Config.instance()
out of global scope - this was instantiating the global singleton during importing of the module, which preventedprocess.env
modification in the importing module from having the intended effect.This will be fixed again by #236
Motivation and Context
Bug #235
Types of changes
Checklist