Project

General

Profile

« Previous | Next » 

Revision f4c01f8e

Added by Andreas Müller over 9 years ago

minor

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/common/CdmDestinations.java
68 68
		DatabaseTypeEnum dbType = DatabaseTypeEnum.MySQL;
69 69
		String cdmServer = "127.0.0.1";
70 70
		String cdmDB = "moose";
71
		String cdmUserName = "root";
71
		String cdmUserName = "edit";
72 72
		return makeDestination(dbType, cdmServer, cdmDB, -1, cdmUserName, null);
73 73
	}
74 74

  

Also available in: Unified diff