mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"manifests": {
|
|
"willdurand/geocoder-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Bazinga\\GeocoderBundle\\BazingaGeocoderBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/bazinga_geocoder.yaml": {
|
|
"contents": [
|
|
"# 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",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "b272ad4fbfcd45a20e7cbfdc4ad1b0e27a62fd3b"
|
|
}
|
|
}
|
|
}
|