Snippets

Jamie Scott Drush Alias

Created by Jamie Scott last modified
<?php
# Development #
$aliases['d7.uat'] = array(
  'root' => 'C:/inetpub/wwwroot/d7.uat',
  'url' => 'd7.uat.charles-stanley-direct.co.uk/',
  'remote-host' => 'd7.uat.charles-stanley-direct.co.uk',
  'remote-user' => 'Administrator',
  'ssh-options' => '-p 22',
  'os' => 'Windows',
  'winrs-password' => 'Password1!',
  'path-aliases' => array(
    '%dump-dir' => 'sites/default/files/tmp',
    '%files' => 'sites/default/files',
  ),
  'source-command-specific' => array (
    'sql-sync' => array (
      'no-cache' => TRUE,
      'structure-tables-key' => 'common',
    ),
  ),
  'databases' => array(
    'default' => array(
      'default' => array(
        'database' => 'acquiadrupal7139',
        'username' => 'ad7user139',
        'password' => '.9ZPJ!Sl%QdB',
        'host' => 'localhost',
        'driver' => 'mysql',
        'port' => '3306',
        'prefix' => '',
      ),
    ),
  ),
);


$aliases['d7.preprod'] = array(
  'root' => 'C:/inetpub/wwwroot/d7.preprod',
  'url' => 'd7.preprod.charles-stanley-direct.co.uk/',
  'remote-host' => 'd7.preprod.charles-stanley-direct.co.uk',
  'remote-user' => 'Administrator',
  'ssh-options' => '-p 22',
  'os' => 'Windows',
  'winrs-password' => 'Password1!',
  'path-aliases' => array(
    '%dump-dir' => 'sites/default/d7.preprod/files/tmp',
    '%files' => 'sites/default/d7.preprod/files',
  ),
  'source-command-specific' => array (
    'sql-sync' => array (
      'no-cache' => TRUE,
      'structure-tables-key' => 'common',
    ),
  ),
  'databases' => array(
    'default' => array(
      'default' => array(
        'database' => 'acquiadrupal7270',
        'username' => 'ad7user270',
        'password' => 'o_sgG^pVXe5',
        'host' => 'localhost',
        'driver' => 'mysql',
        'port' => '3306',
        'prefix' => '',
      ),
    ),
  ),
);

/*$options['ssh-options'] = '-p 5986';*/

$aliases['d7.master'] = array(
  'root' => 'C:/inetpub/wwwroot/d7.master',
  'url' => 'd7.master.charles-stanley-direct.co.uk/',
  'remote-host' => 'd7.master.charles-stanley-direct.co.uk',
  'remote-user' => 'Administrator',
  'ssh-options' => '-p 22',
  'os' => 'Windows',
  'winrs-password' => 'Password1!',
  'path-aliases' => array(
    '%dump-dir' => 'sites/default/d7.master/files/tmp',
    '%files' => 'sites/default/d7.master/files',
  ),
  'source-command-specific' => array (
    'sql-sync' => array (
      'no-cache' => TRUE,
      'structure-tables-key' => 'common',
    ),
  ),
  'databases' => array(
    'default' => array(
      'default' => array(
        'database' => 'acquiadrupal7270',
        'username' => 'ad7user270',
        'password' => 'o_sgG^pVXe5',
        'host' => 'localhost',
        'driver' => 'mysql',
        'port' => '3306',
        'prefix' => '',
      ),
    ),
  ),
);

/*$options['ssh-options'] = '-p 5986';*/

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.