Skip to content

Instantly share code, notes, and snippets.

@mherchel
Last active August 17, 2016 12:19
Show Gist options
  • Save mherchel/057d899b03b5f4b03c64 to your computer and use it in GitHub Desktop.
Save mherchel/057d899b03b5f4b03c64 to your computer and use it in GitHub Desktop.
Settings.php config
$conf['stage_file_proxy_origin'] = 'http://dev.fldrupal.camp';
$conf['stage_file_proxy_origin_dir'] = 'sites/default/files';
$conf['file_private_path'] = '';
$conf['file_temporary_path'] = '/tmp';
$conf['theme_debug'] = true;
$conf['preprocess_css'] = 0; // disable css aggregation
$conf['preprocess_js'] = 0; // disable js aggregation
$conf['image_toolkit'] = 'gd';
$conf['ignore_site_directory_permissions'] = TRUE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment