Files
Examples/GerstITS.Examples.Api/appsettings.json
2021-06-15 10:59:47 +02:00

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