We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4e4e8 commit 4b371fbCopy full SHA for 4b371fb
src/AbpCompanyName.AbpProjectName.WebMpa/Web.config
@@ -22,7 +22,7 @@
22
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
23
</appSettings>
24
<connectionStrings>
25
- <add name="Default" connectionString="Server=LAPTOP-3O58F4FN; Database=AbpProjectName; Trusted_Connection=True;" providerName="System.Data.SqlClient" />
+ <add name="Default" connectionString="Server=localhost; Database=AbpProjectName; Trusted_Connection=True;" providerName="System.Data.SqlClient" />
26
</connectionStrings>
27
<!--
28
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
0 commit comments