From 911ebddd69acca9bf5a485e5b5e6d1178934bfc8 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sat, 17 Apr 2021 23:09:21 -0400 Subject: [PATCH] Fix example config --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 580b8fb..5319b66 100644 --- a/config.json.example +++ b/config.json.example @@ -42,7 +42,7 @@ "dumpDatabase": { "enabled": true, "minTimeBetweenMs": 60000, // 1 minute between dumps - "appExportPath": "/opt/exports", + "appExportPath": "./docker/database-export", "postgresExportPath": "/opt/exports", "tables": [{ "name": "sponsorTimes",