Skip to content

Instantly share code, notes, and snippets.

@ld-web
Created February 27, 2020 10:51
Show Gist options
  • Save ld-web/6f58afa7686da67efb1980e806d50901 to your computer and use it in GitHub Desktop.
Save ld-web/6f58afa7686da67efb1980e806d50901 to your computer and use it in GitHub Desktop.
parameters:
#...
app.api_gmaps_base_url: 'https://maps.googleapis.com/maps/api'
services:
#...
App\Geocoding\GoogleMapsGeocoding:
arguments:
$baseUrl: '%app.api_gmaps_base_url%'
$apiKey: '%env(GOOGLE_MAPS_API_KEY)%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment