Skip to content

Commit

Permalink
Merge pull request #128 from pelias/joxit/feat/remove-importVenues
Browse files Browse the repository at this point in the history
Remove default value for `imports.whosonfirst.importVenues`
  • Loading branch information
orangejulius authored Apr 23, 2020
2 parents db6b9af + 788994f commit 5c73884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions config/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@
},
"whosonfirst": {
"datapath": "/mnt/pelias/whosonfirst",
"importPostalcodes": true,
"importVenues": false
"importPostalcodes": true
}
}
}
3 changes: 1 addition & 2 deletions test/expected-deep.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@
},
"whosonfirst": {
"datapath": "~/whosonfirst",
"importPostalcodes": true,
"importVenues": false
"importPostalcodes": true
}
}
}

0 comments on commit 5c73884

Please sign in to comment.