23 lines
461 B
JSON
23 lines
461 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"WebApi": {
|
|
"SupportEMail": "support@itscare.de"
|
|
},
|
|
"SkyNet": {
|
|
"AppId": 86,
|
|
"Audience": "39CE2111-475C-42FE-88F7-9B7A29D0262C"
|
|
},
|
|
"LogPath": "log/{Date}.log",
|
|
"SayHelloWorldJob": {
|
|
"CronExpression": "*/30 * * * * ? *",
|
|
"Name": "Example Job"
|
|
}
|
|
}
|