Project

General

Profile

« Previous | Next » 

Revision 0af3e995

Added by Andreas Müller about 9 years ago

update datasource for moose and standardliste

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/berlinModelImport/BerlinModelSources.java
155 155
	
156 156
	public static Source MT_MOOSE(){
157 157
		String dbms = Source.SQL_SERVER_2005;
158
		String strServer = "SQL2000Intern";
159
		String strDB = "MTMOOSE";
158
		String strServer = "BGBM-SQL02";
159
		String strDB = "MTMoose";
160 160
		int port = 1433;
161 161
		String userName = "WebUser";
162 162
		return  makeSource(dbms, strServer, strDB, port, userName, null);
......
164 164
	
165 165
	public static Source MT_Standardliste(){
166 166
		String dbms = Source.SQL_SERVER_2005;
167
		String strServer = "SQL2000Intern";
167
		String strServer = "BGBM-SQL02";
168 168
		String strDB = "MTStandardliste";
169 169
		int port = 1433;
170 170
		String userName = "WebUser";

Also available in: Unified diff