Skip to content

Commit

Permalink
Merge pull request #129 from pelias/use-postal-cities
Browse files Browse the repository at this point in the history
feat: Enable Postal Cities by default
  • Loading branch information
orangejulius authored May 26, 2020
2 parents 1abe65a + f3632e9 commit 520923a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"adminLookup": {
"enabled": true,
"maxConcurrentRequests": 100,
"usePostalCities": false
"usePostalCities": true
},
"blacklist": {
"files": []
Expand Down
2 changes: 1 addition & 1 deletion test/expected-deep.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"adminLookup": {
"enabled": true,
"maxConcurrentRequests": 100,
"usePostalCities": false
"usePostalCities": true
},
"blacklist": {
"files": []
Expand Down

0 comments on commit 520923a

Please sign in to comment.