mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-24 09:50:17 -06:00
Updated URL from which GeoLite DB is downloaded
This commit is contained in:
parent
e92d437456
commit
32de74b23e
@ -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',
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user