Skip to content

Commit

Permalink
i changed misspell of port in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin IGARASHI committed Sep 17, 2020
1 parent ff09408 commit a3e932c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require('dotenv').config();

const export_dir = __dirname;
const epsg = 4326;
const wss_id = '5041';
const wss_id = '50319';

module.exports = {
geojson2inp:{
Expand All @@ -22,7 +22,7 @@ module.exports = {
user:process.env.DB_USER,
password:process.env.DB_PASSWORD,
host:process.env.DB_HOST,
post:process.env.DB_PORT,
port:process.env.DB_PORT,
database:'rwss_assets',
},
layers : [
Expand Down

0 comments on commit a3e932c

Please # to comment.