leverage
leverage copied to clipboard
Enhancement | Move configuration loading out of container creation
Describe the Feature
Currently all configuration values are loaded when the object in charge of handling containers is created. Preferably this should be done in the main leverage()
call and make all those values globally available to the application via the state object.