Change The ads-refresh command now works without application
dependencies (such as Drush and Acquia BLT).
Change The Dev Studio CLI will now wait longer before timing out when
creating a Cloud IDE.
Change The AH_SITE_ENVIRONMENT variable is now set to IDE which
allows for IDE-specific configuration overrides.
Note
Since Cloud IDE uses a preconfigured settings.php file for
database credentials, Acquia BLT users may want to use the following code to
continue using local.settings.php:
if (EnvironmentDetector::getAhEnv() == 'IDE') {
require 'local.settings.php';
}
Did not find what you were looking for?
If this content did not answer your questions, try searching or contacting our support team for further assistance.