😎默认生产环境开启定时任务看板
This commit is contained in:
parent
44a55a972d
commit
625b1318db
@ -419,7 +419,7 @@ public class Startup : AppStartup
|
||||
app.UseScheduleUI(options =>
|
||||
{
|
||||
options.RequestPath = "/schedule"; // 必须以 / 开头且不以 / 结尾
|
||||
options.DisableOnProduction = true; // 是否在生产环境中关闭
|
||||
options.DisableOnProduction = false; // 是否在生产环境中关闭
|
||||
options.DisplayEmptyTriggerJobs = true; // 是否显示空作业触发器的作业
|
||||
options.DisplayHead = false; // 是否显示页头
|
||||
options.DefaultExpandAllJobs = false; // 是否默认展开所有作业
|
||||
|
||||
Loading…
Reference in New Issue
Block a user