Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Support Cloud IDE OOTB in acquia_config.php #2

Open
anavarre opened this issue Nov 14, 2020 · 0 comments
Open

Support Cloud IDE OOTB in acquia_config.php #2

anavarre opened this issue Nov 14, 2020 · 0 comments

Comments

@anavarre
Copy link

The acquia_config.php config file doesn't take into account Cloud IDE. I think we should support it directly within considering the SQL information for any Cloud IDE is this:

$databases['default']['default'] = [
  'database' => 'drupal',
  'username' => 'drupal',
  'password' => 'drupal',
  'host' => 'localhost',
  'port' => '3306',
  'driver' => 'mysql',
  'prefix' => '',
];
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant