Guest User

Untitled

a guest
Jan 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4. * This file defines drush site aliases for all client sites.
  5. */
  6.  
  7. // Define client specific settings.
  8. $aliases['telemundo'] = array (
  9. 'root' => '/var/www/dev.publisher/current',
  10. 'uri' => 'telemundo.com',
  11. );
  12. $aliases['syfy'] = array (
  13. 'root' => '/var/www/dev.publisher/current',
  14. 'uri' => 'syfy.com',
  15. );
  16. $aliases['cloo'] = array (
  17. 'root' => '/var/www/dev.publisher/current',
  18. 'uri' => 'cloo.com',
  19. );
  20. $aliases['chillertv'] = array (
  21. 'root' => '/var/www/dev.publisher/current',
  22. 'uri' => 'chillertv.com',
  23. );
Add Comment
Please, Sign In to add comment