Project

General

Profile

« Previous | Next » 

Revision bec2dc71

Added by Andreas Müller almost 12 years ago

add ferns to destinations

View differences:

cdm-eflora/src/main/java/eu/etaxonomy/cdm/app/eflora/CdmDestinations.java
107 107
		return makeDestination(dbType, cdmServer, cdmDB, -1, cdmUserName, null);
108 108
	}
109 109

  
110
	public static ICdmDataSource cdm_test_local_fdac(){
111
		DatabaseTypeEnum dbType = DatabaseTypeEnum.MySQL;
112
		String cdmServer = "127.0.0.1";
113
		String cdmDB = "fdac"; 
114
		String cdmUserName = "root";
115
		return makeDestination(dbType, cdmServer, cdmDB, -1, cdmUserName, null);
116
	}
110 117
	
111 118
	public static ICdmDataSource cdm_portal(){
112 119
		DatabaseTypeEnum dbType = DatabaseTypeEnum.MySQL;

Also available in: Unified diff