Skip to content

Commit

Permalink
feat(usePostalCities): add usePostalCities boolean. See pelias/wof-ad…
Browse files Browse the repository at this point in the history
…min-lookup#232 for more info on usage.
  • Loading branch information
missinglink committed Sep 17, 2018
1 parent a043a4f commit b5d3f73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
"imports": {
"adminLookup": {
"enabled": true,
"maxConcurrentRequests": 100
"maxConcurrentRequests": 100,
"usePostalCities": false
},
"blacklist": {
"files": []
Expand Down
3 changes: 2 additions & 1 deletion test/expected-deep.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
"imports": {
"adminLookup": {
"enabled": true,
"maxConcurrentRequests": 100
"maxConcurrentRequests": 100,
"usePostalCities": false
},
"blacklist": {
"files": []
Expand Down

0 comments on commit b5d3f73

Please sign in to comment.