Updated URL from which GeoLite DB is downloaded

This commit is contained in:
Alejandro Celaya 2020-01-02 22:46:56 +01:00
parent e92d437456
commit 32de74b23e

View File

@ -7,7 +7,9 @@ return [
'geolite2' => [ 'geolite2' => [
'db_location' => __DIR__ . '/../../data/GeoLite2-City.mmdb', 'db_location' => __DIR__ . '/../../data/GeoLite2-City.mmdb',
'temp_dir' => sys_get_temp_dir(), 'temp_dir' => sys_get_temp_dir(),
'download_from' => 'http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz', 'download_from' =>
'https://download.maxmind.com/app/geoip_download'
. '?edition_id=GeoLite2-City&license_key=G4Lm0C60yJsnkdPi&suffix=tar.gz',
], ],
]; ];