You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

55 lines
1.7 KiB

{
"App": {
"CorsOrigins": "https://*.abc.com,http://localhost:9528,http://149.223.116.5:8088"
},
"ConnectionStrings": {
"Default": "Server=192.168.1.228;Database=TaskManager;User ID=sa;Password=ChangkeTec@2021;TrustServerCertificate=True"
},
//{
// "ConnectionStrings": {
// "DefaultConnection": "Server=localhost;Database=HANGFIRE_DEV;User ID=sa;Password=123456;TrustServerCertificate=True"
// },
// "Hangfire": {
// "ServerOptions": {
// "WorkerCount": 5 // 使线
// }
// }
//}
"Hangfire": {
"Dashboard": {
"Path": "/hangfire", // Dashboard 访
"RequireAuthorization": false //
},
"Server": {
"WorkerCount": 5, // 线
"Queues": [ "default", "critical", "background" ], //
"SchedulePollingInterval": 15000, //
"HeartbeatInterval": "00:00:15", //
"ServerTimeout": "00:05:00", //
"ServerCheckInterval": "00:01:00" //
},
"Storage": {
"JobExpirationCheckInterval": "00:01:00", //
"CountersAggregateInterval": "00:05:00", //
"QueuePollInterval": "00:00:15", //
"PrepareSchemaIfNecessary": true, //
"SlidingInvisibilityTimeout": "00:30:00", //
"UseRecommendedIsolationLevel": true, // 使
"EnableHeavyMigrations": false //
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Hangfire": "Information"
}
}
}
}