Created
February 22, 2020 09:48
-
-
Save ld-web/e1aa1f1522eab135a3954f7b22ea20d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parameters: | |
app.api_osm_base_url: 'https://nominatim.openstreetmap.org' | |
services: | |
#... | |
# add more service definitions when explicit configuration is needed | |
# please note that last definitions always *replace* previous ones | |
App\Geocoding\OsmGeocoding: | |
arguments: | |
$baseUrl: '%app.api_osm_base_url%' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment