mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 19:47:00 +03:00
disable database by default
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user