更新配置:MySQL连接字符串默认更改为localhost

This commit is contained in:
Argo-Surface 2019-01-20 12:02:09 +08:00
parent 121c99e2a5
commit 7952b4a305
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
"Enabled": true,
"ProviderName": "MySql",
"ConnectionStrings": {
"ba": "Server=10.211.55.2;Database=BA;Uid=argozhang;Pwd=argo@163.com;SslMode=none;"
"ba": "Server=localhost;Database=BA;Uid=argozhang;Pwd=argo@163.com;SslMode=none;"
}
},
{