Skip to content

Instantly share code, notes, and snippets.

@davist11
Created July 14, 2014 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davist11/aea165a093b20e159782 to your computer and use it in GitHub Desktop.
Save davist11/aea165a093b20e159782 to your computer and use it in GitHub Desktop.
return array(
'*' => array(
'allowAutoUpdates' => false,
'siteUrl' => 'http://' . $_SERVER['SERVER_NAME'],
'environmentVariables' => array(
'fileSystemPath' => $_SERVER['DOCUMENT_ROOT']
)
),
'.dev' => array(
'allowAutoUpdates' => true,
'devMode' => true,
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment