Finished backup service draft
This commit is contained in:
19
appsettings.json
Normal file
19
appsettings.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
|
||||
"Schedule": "0 * * * *",
|
||||
"UploadRoot": "Backups",
|
||||
"LocalRoot": "/backups",
|
||||
"IncludeFile": "/backups/include.txt",
|
||||
"KeepLast": 30,
|
||||
|
||||
"TenantId": "",
|
||||
"ClientId": "",
|
||||
"ClientSecret": "",
|
||||
"UserId": ""
|
||||
}
|
||||
Reference in New Issue
Block a user