#899 Changed temp directory in which geolite DB files are downloaded

This commit is contained in:
Alejandro Celaya 2020-11-21 12:36:30 +01:00
parent 45ffdce312
commit 6e83b90028

View file

@ -6,8 +6,8 @@ return [
'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
],
];