Skip to content

Commit

Permalink
Merge pull request #125 from pelias/default-import-postalcodes
Browse files Browse the repository at this point in the history
feat(config): Default `whosonfirst.importPostalcodes` to true
  • Loading branch information
orangejulius authored Mar 19, 2020
2 parents d7c84f6 + 3de1135 commit 568f293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
},
"whosonfirst": {
"datapath": "/mnt/pelias/whosonfirst",
"importPostalcodes": true,
"importVenues": false
}
}
Expand Down
1 change: 1 addition & 0 deletions test/expected-deep.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
},
"whosonfirst": {
"datapath": "~/whosonfirst",
"importPostalcodes": true,
"importVenues": false
}
}
Expand Down

0 comments on commit 568f293

Please sign in to comment.