Skip to content

Instantly share code, notes, and snippets.

@ld-web
Created February 22, 2020 09:48
Show Gist options
  • Save ld-web/e1aa1f1522eab135a3954f7b22ea20d7 to your computer and use it in GitHub Desktop.
Save ld-web/e1aa1f1522eab135a3954f7b22ea20d7 to your computer and use it in GitHub Desktop.
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