Files
symfony-flex-recipes-contrib/gpslab.geoip2.1.1.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

38 lines
1.3 KiB
JSON

{
"manifests": {
"gpslab/geoip2": {
"manifest": {
"bundles": {
"GpsLab\\Bundle\\GeoIP2Bundle\\GpsLabGeoIP2Bundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"composer-scripts": {
"geoip2:update": "symfony-cmd"
}
},
"files": {
"config/packages/gpslab_geoip.yaml": {
"contents": [
"gpslab_geoip:",
" # Path to download GeoIP database.",
" cache: '%kernel.cache_dir%/GeoLite2-City.mmdb'",
"",
" # URL for download new GeoIP database.",
" url: 'https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz'",
"",
" # Get model data in this locale",
" locales: [ 'en' ]",
""
],
"executable": false
}
},
"ref": "84b62eac7e6c96fcb349b86435bb59a9b550b6ef"
}
}
}