Created
May 22, 2023 13:40
-
-
Save danielmme/e43f6eb4af93d8ce1b7947447e6efc7f to your computer and use it in GitHub Desktop.
Set up the migration D7 Database
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $databases['migrate']['default'] = [ | |
| 'database' => 'database', | |
| 'username' => 'mysql', | |
| 'password' => 'mysql', | |
| 'host' => 'drupal_7', | |
| 'port' => '3306', | |
| 'driver' => 'mysql', | |
| 'prefix' => '', | |
| ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment