diff --git a/web/index_staging.php b/web/index_staging.php index be3affb..53b3ef7 100644 --- a/web/index_staging.php +++ b/web/index_staging.php @@ -13,9 +13,9 @@ 'gitHash' => `git rev-parse HEAD`, 'buildId' => substr(`git rev-parse HEAD`, 0, 16), 'categories' => Util::loadJSONFile(__DIR__ . '/../resources/categories.json'), - 'dbname' => 'budget2012staging', - 'db' => 'mongodb://db-production2,db-production1', - 'dbOptions' => array("replicaSet" => "dbproduction"), + 'dbname' => 'budget2012-staging', + 'db' => "mongodb://theglobalmail:&L.<8Txkql]6j9@ds035257.mongolab.com:35257/budget2012-staging", + 'dbOptions' => array(), 'assetHost' => 'http://6de8af5c30b5ee99545b-27ce003a9fdd849f043c84ea57356f14.r80.cf1.rackcdn.com' ];