1 Star 0 Fork 0

niejun108/aspnet-mvc-test

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
appsettings.json 820 Bytes
Copy Edit Raw Blame History
niejun108 authored 2024-05-11 10:49 . 1
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
//1.Trusted_Connection=true;使用window身份登录sqlserver, 2.Encrypt=false不使用ssl加密, 3.Encrypt=True; TrustServerCertificate=True使用ssl加密并自动信任证书
//server为ip地址需开启远程连接:sqlserver config manager->网络配置->TCP/IP:启用,IP地址:开启允许远程连接的客户端IP
"mssql": "Server=127.0.0.1; User Id=sa; Password=123456; Database=demo; Encrypt=false",
"mysql": "server=localhost; port=3306; database=demo; uid=root; pwd=123456; CharSet=utf8"
},
"Jwt": {
"Key": "fdsabtsetwenye5ynrtydryr6umr6u6etewb4tw36t",
"Issuer": "www.niejun",
"Audience": "www.niejun"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/niejun108/aspnet-mvc-test.git
git@gitee.com:niejun108/aspnet-mvc-test.git
niejun108
aspnet-mvc-test
aspnet-mvc-test
master

Search

0d507c66 1850385 C8b1a773 1850385