Skip to content

Instantly share code, notes, and snippets.

@bscott
Created March 26, 2013 04:22
Show Gist options
  • Select an option

  • Save bscott/5243121 to your computer and use it in GitHub Desktop.

Select an option

Save bscott/5243121 to your computer and use it in GitHub Desktop.
// Define application environment
defined('APPLICATION_ENV')
|| define('APPLICATION_ENV', (getenv('<%= node[:tallcat][:setting][:application] %>') ? getenv('<%= node[:tallcat][:setting][:application] %>') : 'production'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment