Skip to content

Instantly share code, notes, and snippets.

@jcleblanc
Created December 5, 2011 19:37
Show Gist options
  • Select an option

  • Save jcleblanc/1434941 to your computer and use it in GitHub Desktop.

Select an option

Save jcleblanc/1434941 to your computer and use it in GitHub Desktop.
Drupal site 1 database configuration
$databases = array (
'default' =>
array (
'default' =>
array (
'database' => 'drupal1',
'username' => 'username',
'password' => 'password',
'host' => 'localhost',
'port' => '',
'driver' => 'mysql',
'prefix' => '',
),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment