Fix maxmind tests
This commit is contained in:
parent
1718ddd4c3
commit
ad5ce6dba4
@ -108,10 +108,10 @@ describe('Mempool Backend Config', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
expect(config.MAXMIND).toStrictEqual({
|
expect(config.MAXMIND).toStrictEqual({
|
||||||
ENABLED: true,
|
ENABLED: false,
|
||||||
GEOLITE2_CITY: './backend/GeoIP/GeoLite2-City.mmdb',
|
GEOLITE2_CITY: '/usr/local/share/GeoIP/GeoLite2-City.mmdb',
|
||||||
GEOLITE2_ASN: './backend/GeoIP/GeoLite2-ASN.mmdb',
|
GEOLITE2_ASN: '/usr/local/share/GeoIP/GeoLite2-ASN.mmdb',
|
||||||
GEOIP2_ISP: ''
|
GEOIP2_ISP: '/usr/local/share/GeoIP/GeoIP2-ISP.mmdb'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user