mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Added support for GEOLITE_LICENSE_KEY env var for docker image
This commit is contained in:
parent
9190996e54
commit
f71bb5e307
1 changed files with 4 additions and 0 deletions
|
@ -147,4 +147,8 @@ return [
|
|||
],
|
||||
],
|
||||
|
||||
'geolite2' => [
|
||||
'license_key' => env('GEOLITE_LICENSE_KEY', 'G4Lm0C60yJsnkdPi'),
|
||||
],
|
||||
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue