The config.php file is using HTTP_HOST to determine the config file to override the config variables. in Cli this variable does not exists so the console is not working well since does not read the local configs.
See how we can solve this in order to have different configs per each environment.
The config.php file is using HTTP_HOST to determine the config file to override the config variables. in Cli this variable does not exists so the console is not working well since does not read the local configs.
See how we can solve this in order to have different configs per each environment.