cli
cli copied to clipboard
acquia recipe sets AH_SITE_ENVIRONMENT which breaks blt (11) integration
acquia blt environment detection check the existence of the env var to load local.settings.php
public static function getAhEnv() {
return getenv('AH_SITE_ENVIRONMENT');
}
So I am not sure lando should set an acquia specific env variable.