update for PEsi destinations
[cdmlib-apps.git] / cdm-pesi / src / main / java / eu / etaxonomy / cdm / app / pesi / PesiDestinations.java
index 818150f79c95a83e7406c9fbd86a42da850024ea..ed02a7bf30b9f9ea15c1c1ea3394c3aec063cb33 100644 (file)
@@ -24,13 +24,13 @@ public class PesiDestinations {
        @SuppressWarnings("unused")\r
        private static final Logger logger = Logger.getLogger(PesiDestinations.class);\r
        \r
-       public static Source pesi_test_local_PESI_V10(){\r
+       public static Source pesi_test_local_PESI_V12(){\r
                //      CDM - PESI\r
                String dbms = Source.SQL_SERVER_2008;\r
-               String strServer = "C206\\MSSQLSERVER2";\r
-               String strDB = "PESI_V10";\r
+               String strServer = "localhost";\r
+               String strDB = "PESI_V12";\r
                int port = 1433;\r
-               String userName = "sa";\r
+               String userName = "pesiexport";\r
                return makeSource(dbms, strServer, strDB, port, userName, null);\r
        }\r
        \r