Project

General

Profile

« Previous | Next » 

Revision c4756086

Added by Andreas Müller almost 9 years ago

Change redlist local logins

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/common/CdmDestinations.java
26 26
		DatabaseTypeEnum dbType = DatabaseTypeEnum.MySQL;
27 27
		String cdmServer = "localhost";
28 28
		String cdmDB = "cdm_bfn_imports_animalia";
29
		String cdmUserName = "root";
29
		String cdmUserName = "edit";
30 30
		return makeDestination(dbType, cdmServer, cdmDB, -1, cdmUserName, null);
31 31
	}
32 32

  
......
34 34
		DatabaseTypeEnum dbType = DatabaseTypeEnum.MySQL;
35 35
		String cdmServer = "localhost";
36 36
		String cdmDB = "cdm_bfn_imports_plants";
37
		String cdmUserName = "root";
37
		String cdmUserName = "edit";
38 38
		return makeDestination(dbType, cdmServer, cdmDB, -1, cdmUserName, null);
39 39
	}
40 40

  

Also available in: Unified diff