diff --git a/willdurand/geocoder-bundle/4.1/etc/packages/dev/bazinga_geocoder.yaml b/willdurand/geocoder-bundle/4.1/etc/packages/dev/bazinga_geocoder.yaml new file mode 100644 index 00000000..9d472318 --- /dev/null +++ b/willdurand/geocoder-bundle/4.1/etc/packages/dev/bazinga_geocoder.yaml @@ -0,0 +1,4 @@ +bazinga_geocoder: + # the IP used as the REMOTE_ADDR for all HTTP requests in "dev" environment + # see https://github.com/geocoder-php/BazingaGeocoderBundle/blob/master/Resources/doc/index.md + fake_ip: 123.123.123.123 diff --git a/willdurand/geocoder-bundle/4.1/manifest.json b/willdurand/geocoder-bundle/4.1/manifest.json new file mode 100644 index 00000000..19e4f207 --- /dev/null +++ b/willdurand/geocoder-bundle/4.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Bazinga\\Bundle\\GeocoderBundle\\BazingaGeocoderBundle": ["all"] + }, + "copy-from-recipe": { + "etc/": "%ETC_DIR%/" + } +}