pelias / fuzzy-tester

A fuzzy testing library for geocoding
https://pelias.io
4 stars 6 forks source link

feat(api keys): Support new `credentials` config property #198

Closed orangejulius closed 4 years ago

orangejulius commented 4 years ago

This adds support for a credentials pelias.json config property, to replace the outdated mapzen section where config properties used to be required to live.

The new location is preferred, but API keys can still be loaded from the old location. In that case, a warning will be printed.

Closes https://github.com/pelias/acceptance-tests/issues/465