Skip to content

Instantly share code, notes, and snippets.

@fidelix
Created March 4, 2015 19:20
Show Gist options
  • Save fidelix/2d048bf47649d99b63f5 to your computer and use it in GitHub Desktop.
Save fidelix/2d048bf47649d99b63f5 to your computer and use it in GitHub Desktop.
<?php
$databases = array (
'default' =>
array (
'default' =>
array (
'database' => 'anbient_local',
'username' => 'root',
'password' => 'root',
'host' => 'localhost',
'port' => '',
'driver' => 'mysql',
'prefix' => '',
),
),
);
//global $conf;
$conf['cache'] = 0;
$conf['page_compression'] = 0;
$conf['preprocess_css'] = 0;
$conf['preprocess_js'] = 0;
$conf['block_cache'] = 0;
$conf['less_devel'] = TRUE;
$conf['mail_system'] = array('default-system' => 'DevelMailLog');
$conf['file_temporary_path'] = '/tmp';
$conf['redirect_auto_redirect'] = FALSE;
$conf['bust_css_cache'] = TRUE;
$conf['migrate_drush_path'] = '/home/fidelix/.composer/vendor/bin/drush';
$conf['ipb_secret_key'] = ':8!8z&}J9FK=#vZ';
//$conf['theme_anbient_fresh_settings']['aurora_livereload'] = '35729';
//$conf['theme_anbient_fresh_settings']['aurora_livereload_port'] = '';
$cookie_domain = '.anbient.l';
unset($conf['cache_backends']);
unset($conf['cache_default_class']);
unset($conf['cache_class_cache_form']);
unset($conf['cache_class_cache_page']);
unset($conf['lock_inc']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment