mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
Merge pull request #879
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user