Subversion Repositories SmartDukaan

Rev

Rev 23884 | Rev 24383 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23884 Rev 24011
Line 98... Line 98...
98
		try {
98
		try {
99
			properties.load(resource.getInputStream());
99
			properties.load(resource.getInputStream());
100
		} catch (IOException e) {
100
		} catch (IOException e) {
101
			e.printStackTrace();
101
			e.printStackTrace();
102
		}
102
		}
103
		return new Mongo(properties.getProperty("mongo.host"), properties.getProperty("content.mongo.host"));
103
		return new Mongo(properties.getProperty("mongo.host"),
-
 
104
				properties.getProperty("content.mongo.host"),
-
 
105
				properties.getProperty("dtr-Data.mongo.host"));
104
	}
106
	}
105
}
107
}