Skip to content

Commit

Permalink
Updated the default configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwanthkumar committed Feb 9, 2012
1 parent f38fede commit b388e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration.php
@@ -1,5 +1,5 @@
<?php
if(!defined('SCRAPPER_INCLUDE')) die('I\'m sorry but current you can\'t use this file outside the scrapper application');
if(!defined('SCRAPPER_INCLUDE')) die('I\'m sorry but current you can\'t use this file outside the Scraph application');

/**
* Define the configuration for price scrapper application
Expand All @@ -15,7 +15,7 @@
* data folder at $SCRAPPER_ROOT path.
*/
'_datastore' => array(
'dsn' => 'mysql:host=localhost;dbname=fohubcom_price',
'dsn' => 'mysql:host=localhost;dbname=price',
'user' => 'root',
'pass' => '',
),
Expand Down

0 comments on commit b388e0d

Please sign in to comment.