From 59557a0d84cb92252e97f9d44d61b2af2e06a688 Mon Sep 17 00:00:00 2001 From: "B.J. Rossiter" Date: Tue, 26 Feb 2013 15:23:35 +1100 Subject: [PATCH] Update to use mongohq db --- web/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/index.php b/web/index.php index a79085d..588e3e8 100644 --- a/web/index.php +++ b/web/index.php @@ -13,8 +13,8 @@ 'gitHash' => `git rev-parse HEAD`, 'buildId' => substr(`git rev-parse HEAD`, 0, 16), 'categories' => Util::loadJSONFile(__DIR__ . '/../resources/categories.json'), - 'db' => 'mongodb://db-production1', - 'dbname' => 'budget2012', + 'db' => 'mongodb://heroku:4acba4a42863ba17b18dd350af109785@juliet.mongohq.com:10059', + 'dbname' => 'app12425727', 'assetHost' => 'http://9d13444fc29e94942058-e7acde355f751313b3672e46489208df.r75.cf1.rackcdn.com' ];