Updated docker entry point so that it tries to download the GeoLite2 db file when the license key was provided

This commit is contained in:
Alejandro Celaya
2021-04-08 14:32:19 +02:00
parent 7b4456e73f
commit 104b7390da
3 changed files with 8 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ return [
],
'geolite2' => [
'license_key' => env('GEOLITE_LICENSE_KEY', 'G4Lm0C60yJsnkdPi'),
'license_key' => env('GEOLITE_LICENSE_KEY', 'G4Lm0C60yJsnkdPi'), // Deprecated. Remove the default value
],
'mercure' => $helper->getMercureConfig(),