20 lines
347 B
JSON
20 lines
347 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
|
|
"Schedule": "0 * * * *",
|
|
"UploadRoot": "Backups",
|
|
"LocalRoot": "/backups",
|
|
"IncludeFile": "/backups/include.txt",
|
|
"KeepLast": 30,
|
|
|
|
"TenantId": "",
|
|
"ClientId": "",
|
|
"ClientSecret": "",
|
|
"UserId": ""
|
|
}
|