disable database by default

This commit is contained in:
Ajay Ramachandran 2021-05-05 17:01:52 -04:00
parent a587247c0d
commit e93c08f33a

View file

@ -48,7 +48,7 @@ addDefaults(config, {
maxRewardTimePerSegmentInSeconds: 86400, maxRewardTimePerSegmentInSeconds: 86400,
postgres: null, postgres: null,
dumpDatabase: { dumpDatabase: {
enabled: true, enabled: false,
minTimeBetweenMs: 60000, minTimeBetweenMs: 60000,
appExportPath: './docker/database-export', appExportPath: './docker/database-export',
postgresExportPath: '/opt/exports', postgresExportPath: '/opt/exports',