From fb902d688fa951e758c7ba4e6387e7747dc16c67 Mon Sep 17 00:00:00 2001 From: "B.J. Rossiter" Date: Tue, 16 Oct 2012 15:01:10 +1100 Subject: [PATCH] Update staging database to use mongolabs --- web/index_staging.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' ];