at the moment. ConfigurationManager accepts JSON configuration object when it is instantiated and it returns the configuration by calling get_configuration().
It should be enhanced to:
have configuration defaults
read configuration from JSON configuration file and overwrite defaults
read configuration from ENV and overwrite defaults and configuration files
at the moment. ConfigurationManager accepts JSON configuration object when it is instantiated and it returns the configuration by calling get_configuration().
It should be enhanced to: