We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e93570 commit aa4a970Copy full SHA for aa4a970
src/config/geoip.php
@@ -27,7 +27,7 @@
27
'user_id' => env('GEOIP_USER_ID'),
28
'license_key' => env('GEOIP_LICENSE_KEY'),
29
'database_path' => storage_path('app/geoip.mmdb'),
30
- 'update_url' => 'https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz',
+ 'update_url' => 'https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz',
31
),
32
33
/*
tests/GeoIPUpdaterTest.php
@@ -18,7 +18,7 @@ public function test_no_update()
18
19
public function test_max_mind_updater()
20
{
21
- $database = __DIR__.'/data/GeoLite2-City.mmdb';
+ $database = __DIR__ . '/data/GeoLite2-City.mmdb';
22
$config = new Repository([
23
'geoip' => [
24
'service' => 'maxmind',
0 commit comments