From 636294d06ecfdccd3711bfeedc6f3a13ac4531f8 Mon Sep 17 00:00:00 2001 From: netbenix Date: Fri, 31 Dec 2021 17:19:29 +0100 Subject: [PATCH] refactor(Config): Removed configs from repo --- config/azure.json | 5 ----- config/config.json | 21 --------------------- 2 files changed, 26 deletions(-) delete mode 100644 config/azure.json delete mode 100644 config/config.json diff --git a/config/azure.json b/config/azure.json deleted file mode 100644 index 3f5d755..0000000 --- a/config/azure.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "storageAccountName": "", - "storageAccountKey": "", - "fileshareName": "", -} \ No newline at end of file diff --git a/config/config.json b/config/config.json deleted file mode 100644 index da6c245..0000000 --- a/config/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