namespace JiShe.CollectBus.Host
{
public static class CollectBusHostConst
{
///
/// 跨域策略名
///
public const string DefaultCorsPolicyName = "Default";
///
/// Cookies名称
///
public const string DefaultCookieName = "JiShe.CollectBus.Host";
///
/// SwaggerUi 端点
///
public const string SwaggerUiEndPoint = "/swagger";
///
/// Hangfire 端点
///
public const string HangfireDashboardEndPoint = "/hangfire";
///
/// CAP 端点
///
public const string CapDashboardEndPoint = "/cap";
}
}