Add audit data replication service

This commit is contained in:
Mononaut
2023-06-20 16:21:54 -04:00
parent fe527e4e1a
commit 11a3b3bf4a
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: []
});
});
});