Skip to content

Commit

Permalink
feat: Merge pull request #59 from pelias/default-libpostal
Browse files Browse the repository at this point in the history
Default to enabling libpostal in the api
  • Loading branch information
orangejulius authored Jun 2, 2017
2 parents 9815c2e + 06521bf commit 25fb82a
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 @@ -33,6 +33,7 @@
},
"api": {
"accessLog": "common",
"textAnalyzer": "libpostal",
"host": "http://pelias.mapzen.com/",
"indexName": "pelias",
"version": "1.0"
Expand Down
1 change: 1 addition & 0 deletions config/expected-deep.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
},
"api": {
"accessLog": "common",
"textAnalyzer": "libpostal",
"indexName": "pelias",
"host": "http://pelias.mapzen.com/",
"version": "1.0"
Expand Down

0 comments on commit 25fb82a

Please sign in to comment.