refactor(Config): Removed configs from repo

This commit is contained in:
netbenix 2021-12-31 17:19:29 +01:00
parent 3b44d41170
commit 636294d06e
2 changed files with 0 additions and 26 deletions

View file

@ -1,5 +0,0 @@
{
"storageAccountName": "",
"storageAccountKey": "",
"fileshareName": "",
}

View file

@ -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"
}
]
}