Move Mongo to server couchdb

This commit is contained in:
Joel Thibault 2012-04-26 15:50:39 -04:00
parent fd57d27f45
commit 1b609e9075
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import java.net.UnknownHostException;
* Handles Mongo DB connections
*/
final public class MongoDB {
private final static String MONGO_HOST = "gsa4.broadinstitute.org";
private final static String MONGO_HOST = "couchdb.broadinstitute.org";
private final static Integer MONGO_PORT = 43054;
private final static String MONGO_DB_NAME = "bjorn";
private final static String MONGO_ATTRIBUTES_COLLECTION = "attributes";