mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Removed comment
This commit is contained in:
@@ -1,17 +1,5 @@
|
||||
# See the docs at https://github.com/geocoder-php/BazingaGeocoderBundle
|
||||
bazinga_geocoder:
|
||||
# The local IP (127.0.0.1) will be replaced by the fake_ip
|
||||
# see https://github.com/geocoder-php/BazingaGeocoderBundle/blob/5.0.0/Resources/doc/index.md#fake-local-ip
|
||||
fake_ip: 123.123.123.123
|
||||
|
||||
# The following config requires 'composer req geocoder-php/chain-provider geocoder-php/google-maps-provider geocoder-php/geo-plugin-provider'
|
||||
# providers:
|
||||
# my_google:
|
||||
# factory: Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsFactory
|
||||
# aliases:
|
||||
# - my_geocoder
|
||||
# my_geoplugin:
|
||||
# factory: Bazinga\GeocoderBundle\ProviderFactory\GeoPluginFactory
|
||||
# my_chain:
|
||||
# factory: Bazinga\GeocoderBundle\ProviderFactory\ChainFactory
|
||||
# options:
|
||||
# services: ['@bazinga_geocoder.provider.my_google', '@bazinga_geocoder.provider.my_geoplugin']
|
||||
|
||||
Reference in New Issue
Block a user