Currently, the config file is hardcoded in each service of the set-up (generator, runner), providing the parameter to the `Config` class. Need a way to provide the config file in a unified way to all services at once, e.g. via an environment variable.
Currently, the config file is hardcoded in each service of the set-up (generator, runner), providing the parameter to the
Configclass.Need a way to provide the config file in a unified way to all services at once, e.g. via an environment variable.