diff --git a/Bootstrap.Admin/appsettings.Development.json b/Bootstrap.Admin/appsettings.Development.json index 08f60927..ca1c83d9 100644 --- a/Bootstrap.Admin/appsettings.Development.json +++ b/Bootstrap.Admin/appsettings.Development.json @@ -15,7 +15,8 @@ } }, "ConnectionStrings": { - "ba": "Data Source=.;Initial Catalog=BootstrapAdmin;User ID=sa;Password=sa" + "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,