Fix example config

This commit is contained in:
Ajay Ramachandran
2021-04-17 23:09:21 -04:00
parent 5eacfff7ae
commit 911ebddd69

View File

@@ -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",