mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Try reverting to country database.
This commit is contained in:
parent
33bf2ccb5e
commit
23d02e5aac
3 changed files with 2 additions and 9 deletions
|
|
@ -8,7 +8,7 @@ const zlib = require('zlib');
|
|||
const tar = require('tar');
|
||||
|
||||
let url =
|
||||
'https://raw.githubusercontent.com/GitSquared/node-geolite2-redist/master/redist/GeoLite2-City.tar.gz';
|
||||
'https://raw.githubusercontent.com/GitSquared/node-geolite2-redist/master/redist/GeoLite2-Country.tar.gz';
|
||||
|
||||
if (process.env.MAXMIND_LICENSE_KEY) {
|
||||
url =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue