Skip to content

Commit

Permalink
Update staging database to use mongolabs
Browse files Browse the repository at this point in the history
  • Loading branch information
bxjx committed Oct 16, 2012
1 parent ec25147 commit fb902d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/index_staging.php
Original file line number Diff line number Diff line change
Expand Up @@ -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][email protected]:35257/budget2012-staging",
'dbOptions' => array(),
'assetHost' => 'http://6de8af5c30b5ee99545b-27ce003a9fdd849f043c84ea57356f14.r80.cf1.rackcdn.com'
];

Expand Down

0 comments on commit fb902d6

Please sign in to comment.