mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-07 12:07:07 +03:00
Fix example config
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
"dumpDatabase": {
|
"dumpDatabase": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"minTimeBetweenMs": 60000, // 1 minute between dumps
|
"minTimeBetweenMs": 60000, // 1 minute between dumps
|
||||||
"appExportPath": "/opt/exports",
|
"appExportPath": "./docker/database-export",
|
||||||
"postgresExportPath": "/opt/exports",
|
"postgresExportPath": "/opt/exports",
|
||||||
"tables": [{
|
"tables": [{
|
||||||
"name": "sponsorTimes",
|
"name": "sponsorTimes",
|
||||||
|
|||||||
Reference in New Issue
Block a user