Created
December 17, 2014 14:04
-
-
Save chrisarusso/5750dc37a5ff4ef79ec5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$databases = array ( | |
'default' => | |
array ( | |
'default' => | |
array ( | |
'database' => 'cognet', | |
'username' => '', | |
'password' => '', | |
'host' => 'localhost', | |
'port' => '', | |
'driver' => 'mysql', | |
'prefix' => '', | |
), | |
), | |
); | |
$conf['production'] = FALSE; | |
// Block mail from working | |
$conf['mandrill_api_key'] = $conf['smtp_host'] = 'nope'; | |
$conf['preprocess_css'] = $conf['preprocess_js'] = 0; | |
$conf['error_level'] = 0; | |
ini_set('memory_limit', '512M'); | |
$conf['stage_file_proxy_origin'] = 'http://test:[email protected]'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment