mirror of
https://gitlab.com/mobicoop/v3/service/configuration.git
synced 2026-01-08 00:42:40 +00:00
Fix typo in default JSON config of the geocoder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user