Skip to content

Instantly share code, notes, and snippets.

@GeeH
Created August 29, 2012 12:18
Show Gist options
  • Save GeeH/3511702 to your computer and use it in GitHub Desktop.
Save GeeH/3511702 to your computer and use it in GitHub Desktop.
return array(
'environment' => function() {
$environment = (getenv('APPLICATION_ENV') ? getenv('APPLICATION_ENV') : 'production');
return $environment;
},
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment