Add audit data replication service

This commit is contained in:
Mononaut
2023-06-20 16:21:54 -04:00
parent f15f0570d4
commit 69e6b164b9
9 changed files with 267 additions and 0 deletions

View File

@@ -120,6 +120,13 @@ describe('Mempool Backend Config', () => {
GEOLITE2_ASN: '/usr/local/share/GeoIP/GeoLite2-ASN.mmdb',
GEOIP2_ISP: '/usr/local/share/GeoIP/GeoIP2-ISP.mmdb'
});
expect(config.REPLICATION).toStrictEqual({
ENABLED: false,
AUDIT: false,
AUDIT_START_HEIGHT: 774000,
SERVERS: []
});
});
});