diff --git a/.env.dist b/.env.dist index af8cd64..bdca852 100644 --- a/.env.dist +++ b/.env.dist @@ -80,7 +80,7 @@ GEOCODER_PROVIDERS='[{"name":"provider1","type":"providerType","baseUrl":"http:/ # a json array for fallback providers GEOCODER_PROVIDERS_FALLBACK='[{"name":"provider1","type":"providerType","apiKey":"anApiKey"}]' # a json array for prioritizers, see Geocoder service for detail about the prioritizers -GEOCODER_PRIOTITIZERS='[{"country": "countryName","addressTypes":[{"type":"addressType","prioritizers":[{"position":0,"name":"prioritizerName1"}]}]}]' +GEOCODER_PRIORITIZERS='[{"country": "countryName","addressTypes":[{"type":"addressType","prioritizers":[{"position":0,"name":"prioritizerName1"}]}]}]' # a json array for consolidators, see Geocoder service for detail about the consolidators GEOCODER_CONSOLIDATORS='[{"country":"countryName","addressTypes":[{"type":"addressType","name":"consolidatorName"}]}]'