Fix typo in default JSON config of the geocoder
This commit is contained in:
parent
4305368c29
commit
9f65699bce
|
@ -76,9 +76,9 @@ GEOCODER_PROXIMITY=5
|
|||
# => multiply the population by COEF / distance (in km)
|
||||
GEOCODER_POPULATION_PRIORITIZER_COEF=100
|
||||
# a json array for main providers, see Geocoder service for detail about the providers
|
||||
GEOCODER_PROVIDERS='[{"name":"provider1,"type":"providerType","baseUrl":"http://localhost","geocodeEndpoint":"/path/to/geocode/endpoint","reverseEndpoint":"/path/to/reverse/endpoint","prioritization":"prioritizationString","countryRestriction":"countryRestrictionString"}]'
|
||||
GEOCODER_PROVIDERS='[{"name":"provider1","type":"providerType","baseUrl":"http://localhost","geocodeEndpoint":"/path/to/geocode/endpoint","reverseEndpoint":"/path/to/reverse/endpoint","prioritization":"prioritizationString","countryRestriction":"countryRestrictionString"}]'
|
||||
# a json array for fallback providers
|
||||
GEOCODER_PROVIDERS_FALLBACK='[{"name":"provider1,"type":"providerType","apiKey":"anApiKey"}]'
|
||||
GEOCODER_PROVIDERS_FALLBACK='[{"name":"provider1","type":"providerType","apiKey":"anApiKey"}]'
|
||||
|
||||
# PAGINATION
|
||||
# number of results per page
|
||||
|
|
Loading…
Reference in New Issue