Allow configuration through cli or config file
The default values got removed because they were always overriding
the configuration file values.
They are now mandatory to be specified either through cli parameters
or configuration file.
If both are specified, the cli parameters have the highest priority.
Related to T2817