mysql.php.dist 400 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. return [
  7. 'source_db_name' => 'magento1_integration',
  8. 'source_db_host' => 'localhost',
  9. 'source_db_user' => 'root',
  10. 'source_db_pass' => '',
  11. 'dest_db_name' => 'magento2_integration',
  12. 'dest_db_host' => 'localhost',
  13. 'dest_db_user' => 'root',
  14. 'dest_db_pass' => '',
  15. ];