build(appsettings): 更改 sqlserver 连接字符串
This commit is contained in:
parent
3e71e3d47b
commit
12c41b046e
|
@ -1,10 +1,11 @@
|
||||||
{
|
{
|
||||||
"ConnectionStrings": {
|
|
||||||
"ba": "Data Source=(local)\\SQL2014;Initial Catalog=BootstrapAdmin;User ID=sa;Password=Password12!"
|
|
||||||
},
|
|
||||||
"DB": [
|
"DB": [
|
||||||
{
|
{
|
||||||
"Enabled": true
|
"Enabled": true,
|
||||||
|
"ProviderName": "SqlServer",
|
||||||
|
"ConnectionStrings": {
|
||||||
|
"ba": "Data Source=(local)\\SQL2014;Initial Catalog=BootstrapAdmin;User ID=sa;Password=Password12!"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Enabled": true,
|
"Enabled": true,
|
||||||
|
|
|
@ -14,7 +14,11 @@
|
||||||
},
|
},
|
||||||
"DB": [
|
"DB": [
|
||||||
{
|
{
|
||||||
"Enabled": true
|
"Enabled": true,
|
||||||
|
"ProviderName": "SqlServer",
|
||||||
|
"ConnectionStrings": {
|
||||||
|
"ba": "Data Source=.;Initial Catalog=UnitTest;User ID=sa;Password=sa"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Enabled": false,
|
"Enabled": false,
|
||||||
|
|
Loading…
Reference in New Issue