Initial commit
This commit is contained in:
22
GerstITS.Examples.Api/appsettings.json
Normal file
22
GerstITS.Examples.Api/appsettings.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user