Project

General

Profile

« Previous | Next » 

Revision 4c502e1d

Added by Andreas Müller almost 6 years ago

further cleanup

View differences:

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

  
132
	public static ICdmDataSource cdm_local_test_euromed2(){
132
	public static ICdmDataSource cdm_local_euromed2(){
133 133
		DatabaseTypeEnum dbType = DatabaseTypeEnum.MySQL;
134 134
		String cdmServer = "127.0.0.1";
135 135
		String cdmDB = "euroMed2";

Also available in: Unified diff