Skip to content

Commit

Permalink
shlinkio#899 Changed temp directory in which geolite DB files are dow…
Browse files Browse the repository at this point in the history
…nloaded
  • Loading branch information
acelaya committed Nov 21, 2020
1 parent 45ffdce commit 6e83b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/autoload/geolite2.global.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

'geolite2' => [
'db_location' => __DIR__ . '/../../data/GeoLite2-City.mmdb',
'temp_dir' => sys_get_temp_dir(),
'license_key' => 'G4Lm0C60yJsnkdPi',
'temp_dir' => __DIR__ . '/../../data',
'license_key' => 'G4Lm0C60yJsnkdPi', // Deprecated. Remove hardcoded license on v3
],

];

0 comments on commit 6e83b90

Please sign in to comment.