Fix example
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
}
|
||||
},
|
||||
"EntityFrameworkmigration": {
|
||||
"AutoMigrate": true
|
||||
"AutoMigrate": true
|
||||
},
|
||||
"Server": {
|
||||
"UseCors": true,
|
||||
@@ -64,9 +64,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"SayHelloWorldJob": {
|
||||
"CronExpression": "*/30 * * * * ? *",
|
||||
"Name": "Example Job"
|
||||
"Jobs": {
|
||||
"SayHelloWorldJob": {
|
||||
"CronExpression": "*/30 * * * * ? *",
|
||||
"Name": "Example Job With Specific Name"
|
||||
},
|
||||
"SayHelloWorldWithDefaultNameUsageJob": {
|
||||
"CronExpression": "*/30 * * * * ? *"
|
||||
}
|
||||
},
|
||||
"Serilog": {
|
||||
"Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.RollingFile" ],
|
||||
|
||||
Reference in New Issue
Block a user