Skip to content

Instantly share code, notes, and snippets.

@psynaptic
Created April 30, 2014 18:07
Show Gist options
  • Save psynaptic/3df5cb3e3c3b35d0ce1c to your computer and use it in GitHub Desktop.
Save psynaptic/3df5cb3e3c3b35d0ce1c to your computer and use it in GitHub Desktop.
$conf['acsf_local_development'] = TRUE;
$conf['preprocess_css'] = FALSE;
$conf['preprocess_js'] = FALSE;
$conf['file_directory_path'] = conf_path() . '/files';
$conf['file_temporary_path'] = conf_path() . '/files/tmp';
$conf['acsf_local_user_accounts'] = TRUE;
$conf['acquia_gardens_local_user_accounts'] = TRUE;
$conf['acquia_gardens_keep_js_css_caching_off'] = TRUE;
$conf['gardens_client_site_verification_status'] = array('verified' => TRUE);
$conf['gardens_client_send_stats'] = FALSE;
$conf['gardens_client_phone_home'] = FALSE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment