From aeefe112e042daa934a066119bfcf8fa4ea80f1c Mon Sep 17 00:00:00 2001 From: netbenix Date: Fri, 31 Dec 2021 17:16:17 +0100 Subject: [PATCH] refactor(General): Removed DefaultFiles --- DefaultFiles/config.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 DefaultFiles/config.json diff --git a/DefaultFiles/config.json b/DefaultFiles/config.json deleted file mode 100644 index da6c245..0000000 --- a/DefaultFiles/config.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "sqlConfig": { - "enableSQL": false, - "sqlType": "mariadb", - "sql-address": "sql-address", - "sql-port": 33000, - "database": "database-name", - "db-user": "db-user", - "db-password": "db-password" - }, - "foldersToBackup": [ - { - "backupName": "your-backup", - "folderPath": "/path/to/folder/to/backup", - "remoteStorageType": "remote-type", - "remoteTargetPath": "remote/target/path", - "createLocalBackup": true, - "localTargetPath": "/path/to/local/bak" - } - ] -} \ No newline at end of file