From f3f1687fa300971c793d59e0ae52c81d1076a02a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 8 Sep 2016 18:20:21 +0100 Subject: [PATCH] Add thunderforest API key to example configuration --- config/example.application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/example.application.yml b/config/example.application.yml index 9234099b7..b5d4db363 100644 --- a/config/example.application.yml +++ b/config/example.application.yml @@ -111,6 +111,8 @@ defaults: &defaults #mapquest_key: "" # Mapzen authentication details #mapzen_valhalla_key: "" + # Thunderforest authentication details + #thunderforest_key: "" development: <<: *defaults -- 2.43.2