Project

General

Profile

« Previous | Next » 

Revision 993072c0

Added by Cherian Mathew about 10 years ago

reverting back the cdm application configuration refactoring

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/common/CdmDestinations.java
88 88
		DatabaseTypeEnum dbType = DatabaseTypeEnum.MySQL;
89 89
		String cdmServer = "127.0.0.1";
90 90
		String cdmDB = "dwca";
91
		String cdmUserName = "root";
91
		String cdmUserName = "edit";
92 92
		return makeDestination(dbType, cdmServer, cdmDB, -1, cdmUserName, null);
93 93
	}
94 94

  

Also available in: Unified diff