Project

General

Profile

« Previous | Next » 

Revision 76a5e528

Added by Andreas Müller almost 6 years ago

ref #5499, ref #6517 latest changes to Edaphobase import (also stable uuids)

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/common/CdmImportSources.java
145 145
        return  makeSource(dbms, strServer, strDB, port, userName, null);
146 146
    }
147 147

  
148
    public static Source EDAPHOBASE8(){
149
        String dbms = Source.POSTGRESQL9;  //TODO 10
150
        String strServer = "130.133.70.26";  //BGBM-PESISQL
151
        String strDB = "edaphobase8";
152
        int port = 5433;
153
        String userName = "edaphobase";
154
        return  makeSource(dbms, strServer, strDB, port, userName, null);
155
    }
156

  
148 157
}

Also available in: Unified diff