Skip to content
Snippets Groups Projects
Select Git revision
  • b5a5b15c5edf3d6116fb58b453898628c6664f35
  • develop default protected
  • 1.3 protected
  • 1.1
  • 1.2 protected
  • 1.0
  • 13-export-cli-command
  • 1.7.0
  • 1.6.0
  • 1.5.0
  • 1.4.3
  • 1.4.2
  • 1.4.1
  • 1.4.0
  • 1.3.7
  • 1.3.6
  • 1.3.5
  • 1.3.4
  • 1.3.3
  • 1.3.2
  • 1.3.1
  • 1.3.0
  • 1.1.4
  • 1.2.5
  • 1.2.4
  • 1.2.3
  • 1.0.6
27 results

install-config-mysql.travis.2.3.php

Blame
  • install-config-mysql.travis.2.3.php 785 B
    <?php
    /**
     * Copyright © Magento, Inc. All rights reserved.
     * See COPYING.txt for license details.
     */
    
    return [
        'db-host' => '127.0.0.1',
        'db-user' => 'root',
        'db-password' => '',
        'db-name' => 'magento_integration_tests',
        'db-prefix' => 'trv_',
        'backend-frontname' => 'backend',
        'admin-user' => \Magento\TestFramework\Bootstrap::ADMIN_NAME,
        'admin-password' => \Magento\TestFramework\Bootstrap::ADMIN_PASSWORD,
        'admin-email' => \Magento\TestFramework\Bootstrap::ADMIN_EMAIL,
        'admin-firstname' => \Magento\TestFramework\Bootstrap::ADMIN_FIRSTNAME,
        'admin-lastname' => \Magento\TestFramework\Bootstrap::ADMIN_LASTNAME,
        'amqp-host' => 'localhost',
        'amqp-port' => '5672',
        'amqp-user' => 'guest',
        'amqp-password' => 'guest',
    ];