mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:03:27 +08:00
【优化】移除hangfire定时任务默认账号密码,并将路由设置到配置文件。
This commit is contained in:
@@ -112,6 +112,10 @@ namespace CoreCms.Net.Configuration
|
||||
|
||||
#region HangFire定时任务================================================================================
|
||||
/// <summary>
|
||||
/// HangFire默认访问路由地址
|
||||
/// </summary>
|
||||
public static readonly string HangFireRoutePrefix = AppSettingsHelper.GetContent("HangFire", "RoutePrefix");
|
||||
/// <summary>
|
||||
/// 登录账号
|
||||
/// </summary>
|
||||
public static readonly string HangFireLogin = AppSettingsHelper.GetContent("HangFire", "Login");
|
||||
|
||||
Reference in New Issue
Block a user