2 Star 0 Fork 0

wangning08115 / healthcare_manage_pub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
appsettings.json.tpl 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
wangning08115 提交于 2021-02-02 21:30 . init
{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*",
"SystemConfig": {
"SystemName": "Versable AI Demo Portal",
"Demo": false, // 是否是演示模式
"LoginMultiple": true, // 是否允许一个账户在多处登录
"LoginProvider": "Cookie", // 登录信息保存方式 Cookie Session WebApi
"SnowFlakeWorkerId": 1, // SnowFlake 节点序号
"ApiSite": "http://localhost:5001", // Api地址,例如可以上传文件到Api
"VirtualDirectory": "/admin", // 虚拟目录
"DBProvider": "MySql",
"DBConnectionString": "server=localhost;database=healthcare_manage_dev;user=root;password=root;port=3306;pooling=true;max pool size=20;persist security info=True;charset=utf8mb4;",
"DBCommandTimeout": 180, // 数据库超时时间,单位秒
"DBBackup": "", // 数据库备份路径
"CacheProvider": "Memory", // 缓存使用方式 Memory Redis
"RedisConnectionString": "127.0.0.1:6379"
},
"AuthenticationGoogle": {
"ClientId": "479948148316-u65tqf4417uqcrpn5dg5ceeindjsu91h.apps.googleusercontent.com",
"ClientSecret": "d0fyWKk-uqnzEKiMg2Q4U7yG"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangning08115/healthcare_manage_pub.git
git@gitee.com:wangning08115/healthcare_manage_pub.git
wangning08115
healthcare_manage_pub
healthcare_manage_pub
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891