Skip to content

Commit

Permalink
Update to use mongohq db
Browse files Browse the repository at this point in the history
  • Loading branch information
bxjx committed Feb 26, 2013
1 parent f12d9ad commit 59557a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]:10059',
'dbname' => 'app12425727',
'assetHost' => 'http://9d13444fc29e94942058-e7acde355f751313b3672e46489208df.r75.cf1.rackcdn.com'
];

Expand Down

0 comments on commit 59557a0

Please sign in to comment.