Skip to content

Commit

Permalink
should not have committed this
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@306 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
Dave Goodwin committed Apr 29, 2012
1 parent cf6a626 commit c2591dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup/database.txt
Expand Up @@ -12,7 +12,7 @@
/*
* Host where database is
*/
$xerte_toolkits_site->database_host = "mysqlserver";
$xerte_toolkits_site->database_host = "DATABASE_HOST";

/*
* Username for database
Expand All @@ -27,10 +27,10 @@ $xerte_toolkits_site->database_password ="DATABASE_PASSWORD";
/*
* Database name
*/
$xerte_toolkits_site->database_name ="xertetoolkits";
$xerte_toolkits_site->database_name ="DATABASE_NAME";

/*
* Database table prefix
*/
$xerte_toolkits_site->database_table_prefix ="";

$xerte_toolkits_site->database_table_prefix ="DATABASE_PREFIX";

0 comments on commit c2591dc

Please sign in to comment.