'test-outlandish-josh.pantheonsite.io', 'db-url' => 'mysql://pantheon:pw@dbserver.test.site-id.drush.in:11621/pantheon', 'db-allows-remote' => TRUE, 'remote-host' => 'appserver.test.site-id.drush.in', 'remote-user' => 'test.site-id', 'ssh-options' => '-p 2222 -o "AddressFamily inet"', 'path-aliases' => array( '%files' => 'code/sites/default/files', '%drush-script' => 'drush', ), ); $aliases['outlandish-josh.live'] = array( 'uri' => 'www.outlandishjosh.com', 'db-url' => 'mysql://pantheon:pw@dbserver.live.site-id.drush.in:10516/pantheon', 'db-allows-remote' => TRUE, 'remote-host' => 'appserver.live.site-id.drush.in', 'remote-user' => 'live.site-id', 'ssh-options' => '-p 2222 -o "AddressFamily inet"', 'path-aliases' => array( '%files' => 'code/sites/default/files', '%drush-script' => 'drush', ), ); $aliases['outlandish-josh.dev'] = array( 'uri' => 'dev-outlandish-josh.pantheonsite.io', 'db-url' => 'mysql://pantheon:pw@dbserver.dev.site-id.drush.in:21086/pantheon', 'db-allows-remote' => TRUE, 'remote-host' => 'appserver.dev.site-id.drush.in', 'remote-user' => 'dev.site-id', 'ssh-options' => '-p 2222 -o "AddressFamily inet"', 'path-aliases' => array( '%files' => 'code/sites/default/files', '%drush-script' => 'drush', ), );