Skip to content

Instantly share code, notes, and snippets.

@lslucas
Created January 17, 2013 17:18
Show Gist options
  • Save lslucas/4557659 to your computer and use it in GitHub Desktop.
Save lslucas/4557659 to your computer and use it in GitHub Desktop.
$environments = array(
'development' => array('http://localhost*', '*.dev'),
'production' => array('http://mywebsite.com*', '*.mywebsite.com'),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment