diff --git a/willdurand/geocoder-bundle/5.0/config/packages/bazinga_geocoder.yaml b/willdurand/geocoder-bundle/5.0/config/packages/bazinga_geocoder.yaml new file mode 100644 index 00000000..eac5ede0 --- /dev/null +++ b/willdurand/geocoder-bundle/5.0/config/packages/bazinga_geocoder.yaml @@ -0,0 +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 diff --git a/willdurand/geocoder-bundle/5.0/manifest.json b/willdurand/geocoder-bundle/5.0/manifest.json new file mode 100644 index 00000000..1850ec40 --- /dev/null +++ b/willdurand/geocoder-bundle/5.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Bazinga\\GeocoderBundle\\BazingaGeocoderBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}