更新配置:MySQL连接字符串默认更改为localhost
This commit is contained in:
parent
121c99e2a5
commit
7952b4a305
|
@ -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;"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue