Project

General

Profile

« Previous | Next » 

Revision a0c0c5e0

Added by Andreas Müller almost 11 years ago

update db server ip

View differences:

cdm-eflora/src/main/java/eu/etaxonomy/cdm/app/eflora/CdmDestinations.java
268 268
	
269 269
	public static ICdmDataSource cdm_flore_gabon_production(){
270 270
		DatabaseTypeEnum dbType = DatabaseTypeEnum.MySQL;
271
		String cdmServer = "160.45.63.151";
271
		String cdmServer = "160.45.63.171";
272 272
		String cdmDB = "cdm_production_flore_gabon";
273 273
		String cdmUserName = "edit";
274 274
		return makeDestination(dbType, cdmServer, cdmDB, -1, cdmUserName, null);

Also available in: Unified diff