Merge pull request #879

This commit is contained in:
symfony-flex-server[bot]
2020-04-05 12:07:47 +00:00
committed by GitHub
2 changed files with 21 additions and 0 deletions
@@ -0,0 +1,10 @@
# Read the documentation: https://github.com/coopTilleuls/CoopTilleulsMigrationBundle/blob/master/Resources/doc/getting_started.md
coop_tilleuls_migration:
legacy_connection_name: legacy
doctrine:
dbal:
connections:
legacy:
wrapper_class: 'CoopTilleuls\MigrationBundle\Doctrine\DBAL\DisabledConnection'
url: "%env(LEGACY_DATABASE_URL)%"
@@ -0,0 +1,11 @@
{
"bundles": {
"CoopTilleuls\\MigrationBundle\\CoopTilleulsMigrationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"LEGACY_DATABASE_URL": "mysql://legacy_db_user:legacy_db_password@127.0.0.1:3306/legacy_db_name"
}
}