fix typo in .env.dist
This commit is contained in:
parent
ed8762844e
commit
bf542b2738
|
@ -60,7 +60,7 @@ GEOROUTER_URL=http://localhost:8989
|
||||||
# default language
|
# default language
|
||||||
GEOCODER_LANG=fr
|
GEOCODER_LANG=fr
|
||||||
# minimal score to consider a result as valid
|
# minimal score to consider a result as valid
|
||||||
GEOCODEr_MIN_CONFIDENCE=0.5
|
GEOCODER_MIN_CONFIDENCE=0.5
|
||||||
# max number of results per provider (input results)
|
# max number of results per provider (input results)
|
||||||
GEOCODER_MAX_RESULTS_PER_PROVIDER=5
|
GEOCODER_MAX_RESULTS_PER_PROVIDER=5
|
||||||
# max number of results per address type (output results)
|
# max number of results per address type (output results)
|
||||||
|
|
Loading…
Reference in New Issue