重构代码:删除开发环境中的数据库连接字符串配置
This commit is contained in:
parent
93904c70f0
commit
2cfd4eede8
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue