Skip to content

Commit

Permalink
edit database setting to be general
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmo committed Mar 15, 2012
1 parent e90d751 commit 8aff447
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file added .DS_Store
Binary file not shown.
8 changes: 4 additions & 4 deletions drupal/sites/default/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,10 @@
array (
'default' =>
array (
'database' => 'drupal',
'username' => 'root',
'password' => 'admin',
'host' => 'localhost',
'database' => 'mydatabase',
'username' => 'myusername',
'password' => 'mypassword',
'host' => 'myhost',
'port' => '',
'driver' => 'mysql',
'prefix' => '',
Expand Down

0 comments on commit 8aff447

Please sign in to comment.