Project

General

Profile

« Previous | Next » 

Revision bddc23ae

Added by Andreas Müller over 4 years ago

minor changes to PESI Activators

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/common/CdmDestinations.java
44 44
        String cdmServer = "127.0.0.1";
45 45
        String cdmDB = "cdm_pesi_test_leer";
46 46
        String cdmUserName = "edit";
47
        return makeDestination(dbType, cdmServer, cdmDB, -1, cdmUserName, null);
47
        int port = 3306;
48
        return makeDestination(dbType, cdmServer, cdmDB, port, cdmUserName, null);
48 49
    }
49 50

  
50 51
    public static ICdmDataSource cdm_test_local_pesi_leer2(){

Also available in: Unified diff