Ai
1 Star 0 Fork 10

SyncGithub/OAuthApp

forked from uncle wang/OAuthApp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
TenantDefaults.cs 1.72 KB
一键复制 编辑 原始数据 按行查看 历史
uncle wang 提交于 2022-02-17 10:39 +08:00 . 初始化
namespace OAuthApp.Tenant
{
public static class TenantDefaults
{
/// <summary>
/// CacheKey
/// </summary>
public const string CacheKey = "TenantContext";
/// <summary>
/// ReflushDuration
/// </summary>
public const int ReflushDuration = 5;
public const long DatabaseMaxSize = 1 * 1024 * 1024;
public class Properties
{
/// <summary>
/// 官方网站
/// </summary>
public const string WebSite = "WebSite";
/// <summary>
/// 开放平台
/// </summary>
public const string PortalSite = "PortalSite";
/// <summary>
/// 运营中心
/// </summary>
public const string AdminSite = "AdminSite";
/// <summary>
/// 关键字
/// </summary>
public const string Keywords = "Keywords";
/// <summary>
/// 描述
/// </summary>
public const string Summary = "Summary";
/// <summary>
/// 介绍
/// </summary>
public const string Description = "Description";
/// <summary>
/// 企业邮箱
/// </summary>
public const string EnterpriseEmail = "EnterpriseEmail";
/// <summary>
/// 站点统计代码
/// </summary>
public const string Tracking = "Tracking";
/// <summary>
/// 网站图标
/// </summary>
public const string Favicon = "Favicon";
public const string SSOSignInDomain = "SSOSignInDomain";
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/sync-github/OAuthApp.git
git@gitee.com:sync-github/OAuthApp.git
sync-github
OAuthApp
OAuthApp
master

搜索帮助