Skip to content

Instantly share code, notes, and snippets.

@wmcmillian-coalmarch
Created November 17, 2016 16:03
Show Gist options
  • Save wmcmillian-coalmarch/335420a25c5d50817eae16c02214a5a1 to your computer and use it in GitHub Desktop.
Save wmcmillian-coalmarch/335420a25c5d50817eae16c02214a5a1 to your computer and use it in GitHub Desktop.
<?php
$conf['theme_debug'] = TRUE;
$_SERVER['environment'] = 'development';
$databases = array(
'default' => array(
'default' => array(
'database' => 'intelligrated',
'username' => 'root',
'password' => 'root',
'host' => 'localhost',
'driver' => 'mysql',
),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment