Merge pull request #31 from javiereguiluz/geocoder-bundle

This commit is contained in:
Symfony
2017-08-04 05:02:15 -07:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
@@ -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
@@ -0,0 +1,8 @@
{
"bundles": {
"Bazinga\\Bundle\\GeocoderBundle\\BazingaGeocoderBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
}
}