重构代码:删除开发环境中的数据库连接字符串配置

This commit is contained in:
Argo-MacBookPro 2018-09-26 17:58:21 +08:00
parent 93904c70f0
commit 2cfd4eede8
1 changed files with 0 additions and 4 deletions

View File

@ -15,10 +15,6 @@
"MaxFileCount": 1
}
},
"ConnectionStrings": {
"ba": "Data Source=.;Initial Catalog=BootstrapAdmin;User ID=sa;Password=sa",
"ba-149": "Data Source=211.149.247.149,8174;Initial Catalog=BootstrapAdmin-Argo-Test;User ID=Argo-Test;Password=argo@163.com"
},
"KeyPath": "..\\keys",
"DisableAutomaticKeyGeneration": false,
"AllowOrigins": "http://localhost:49823",