Security update for permissions_by_term
[yaffs-website] / vendor / drupal / drupal-extension / doc / _static / snippets / aliases.drushrc.php
1 <?php
2 $aliases['local'] = array(
3   'root' => '/var/www/seven/drupal',
4   'uri'  =>  'seven.l'
5 );
6 $aliases['git7site'] = array(
7   'uri'  =>  'git7site.devdrupal.org',
8   'host' => 'git7site.devdrupal.org'
9 );