importLandType.js 181 B

123456789
  1. const Database = require('./db');
  2. const pool = new Database({
  3. host: '192.168.100.30',
  4. database: 'real3d',
  5. user: 'postgres',
  6. password: 'postgis',
  7. port: 5432,
  8. });