Project

General

Profile

« Previous | Next » 

Revision 70bbf45c

Added by Andreas Müller over 10 years ago

minor

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/common/CdmDestinations.java
105 105
		DatabaseTypeEnum dbType = DatabaseTypeEnum.MySQL;
106 106
		String cdmServer = "127.0.0.1";
107 107
		String cdmDB = "test"; 
108
		String cdmUserName = "root";
108
		String cdmUserName = "edit";
109 109
		return makeDestination(dbType, cdmServer, cdmDB, -1, cdmUserName, null);
110 110
	}
111 111
	

Also available in: Unified diff