1 Star 0 Fork 10

SyncGithub/OAuthApp

forked from uncle wang/OAuthApp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appsettings.json 522 Bytes
一键复制 编辑 原始数据 按行查看 历史
uncle wang 提交于 2022-09-20 14:58 +08:00 . 1,开发文档更新
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"JwtSettings": {
"Issuer": "https://localhost:44343/",
"Audience": "https://localhost:44343/",
"SecretKey": "f3789291-0815-441a-81b5-09f11c3d60d7"
},
"BlobRoot": "",
"Cors": "http://127.0.0.1:8080,http://localhost:3000,https://a.oauthapp.com:4200,https://web.oauthapp.com",
"UseSwagger": true,
"UseSwaggerUI": true
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/sync-github/OAuthApp.git
git@gitee.com:sync-github/OAuthApp.git
sync-github
OAuthApp
OAuthApp
master

搜索帮助