Skip to content

Instantly share code, notes, and snippets.

@johnrobertwilson
Created February 22, 2012 21:49
Show Gist options
  • Save johnrobertwilson/1887644 to your computer and use it in GitHub Desktop.
Save johnrobertwilson/1887644 to your computer and use it in GitHub Desktop.
settings
$databases = array(
'default' => array(
'default' => array(
'driver' => 'mysql',
'database' => 'robinhood',
'username' => 'root',
'password' => '',
'host' => 'localhost',
),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment