Skip to content

Commit

Permalink
Merge pull request #107 from pelias/csv-importer
Browse files Browse the repository at this point in the history
feat(importers): Add empty "csv" section to config
  • Loading branch information
orangejulius authored Jan 27, 2019
2 parents e13dab7 + 2688aed commit a8af38b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
"blacklist": {
"files": []
},
"csv": {
},
"geonames": {
"datapath": "./data",
"countryCode": "ALL"
Expand Down
2 changes: 2 additions & 0 deletions test/expected-deep.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@
"blacklist": {
"files": []
},
"csv": {
},
"geonames": {
"datapath": "~/geonames",
"countryCode": "ALL"
Expand Down

0 comments on commit a8af38b

Please sign in to comment.