Guest User

Untitled

a guest
Feb 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.64 KB | None | 0 0
  1. <?php
  2.  
  3. $aliases['dev.nflamembers'] = array(
  4.   'uri' => 'nflamembers.local',
  5.   'root' => '/Users/tom/workspace/sac',
  6.   'site_path' => '/Users/tom/workspace/sac/sites/nflamembers.local',
  7.   'path-aliases' => array(
  8.     '%files' => 'sites/nflamembers.local/files',
  9.     '%dump-dir' => '/tmp',
  10.    ),
  11.   'command-specific' => array (
  12.     'sql-sync' => array (
  13.       'simulate' => '0',
  14.       'structure-tables' => array(
  15.         'custom' => array('cache', 'cache_filter', 'cache_menu', 'cache_page', 'history', 'sessions', 'watchdog'),
  16.       ),
  17.     ),
  18.     'rsync' => array (
  19.       'simulate' => '0',
  20.       'mode' => 'rlptDz',
  21.     ),
  22.   ),
  23. );
Add Comment
Please, Sign In to add comment