Project

General

Profile

« Previous | Next » 

Revision 7d2fdad7

Added by Andreas Müller over 9 years ago

add pesi euromed test db do destinations

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/common/CdmDestinations.java
130 130
		return makeDestination(dbType, cdmServer, cdmDB, -1, cdmUserName, null);
131 131
	}
132 132

  
133
	public static ICdmDataSource cdm_pesi_euromed(){
134
		DatabaseTypeEnum dbType = DatabaseTypeEnum.MySQL;
135
		String cdmServer = "160.45.63.175";
136
		String cdmDB = "cdm_pesi_euromed";
137
		String cdmUserName = "edit";
138
		return makeDestination(dbType, cdmServer, cdmDB, -1, cdmUserName, null);
139
	}
140
	
133 141
	public static ICdmDataSource cdm_corvidae_dev(){
134 142
		DatabaseTypeEnum dbType = DatabaseTypeEnum.MySQL;
135 143
		String cdmServer = "160.45.63.175";

Also available in: Unified diff