From: Andreas Müller Date: Mon, 19 Dec 2011 16:11:10 +0000 (+0000) Subject: update Euro+Med port X-Git-Url: https://dev.e-taxonomy.eu/gitweb/cdmlib-apps.git/commitdiff_plain/2e7ee004670dc483140a7fe80f7ada2c9bc3fb52 update Euro+Med port --- diff --git a/cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/common/BerlinModelSources.java b/cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/common/BerlinModelSources.java index 1017ae12..d51cedbe 100644 --- a/cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/common/BerlinModelSources.java +++ b/cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/common/BerlinModelSources.java @@ -45,7 +45,7 @@ public class BerlinModelSources { String dbms = Source.SQL_SERVER_2005; String strServer = "BGBM42"; String strDB = "EuroPlusMed_00_Edit"; - int port = 1247; + int port = 1433; String userName = "webUser"; return makeSource(dbms, strServer, strDB, port, userName, null); }