mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Moved geo database location.
This commit is contained in:
parent
48dc02c2d4
commit
c37554214d
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ if (process.env.MAXMIND_LICENSE_KEY) {
|
|||
`?edition_id=GeoLite2-Country&license_key=${process.env.MAXMIND_LICENSE_KEY}&suffix=tar.gz`;
|
||||
}
|
||||
|
||||
const dest = path.resolve(__dirname, '../public/geo');
|
||||
const dest = path.resolve(__dirname, '../node_modules/.geo');
|
||||
|
||||
if (!fs.existsSync(dest)) {
|
||||
fs.mkdirSync(dest);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue