Added support for GEOLITE_LICENSE_KEY env var for docker image

This commit is contained in:
Alejandro Celaya 2020-04-29 19:27:35 +02:00
parent 9190996e54
commit f71bb5e307

View File

@ -147,4 +147,8 @@ return [
],
],
'geolite2' => [
'license_key' => env('GEOLITE_LICENSE_KEY', 'G4Lm0C60yJsnkdPi'),
],
];