Skip to content

Commit 4b371fb

Browse files
authored
fix connection string
1 parent 7f4e4e8 commit 4b371fb

File tree

1 file changed

+1
-1
lines changed
  • src/AbpCompanyName.AbpProjectName.WebMpa

1 file changed

+1
-1
lines changed

src/AbpCompanyName.AbpProjectName.WebMpa/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
2323
</appSettings>
2424
<connectionStrings>
25-
<add name="Default" connectionString="Server=LAPTOP-3O58F4FN; Database=AbpProjectName; Trusted_Connection=True;" providerName="System.Data.SqlClient" />
25+
<add name="Default" connectionString="Server=localhost; Database=AbpProjectName; Trusted_Connection=True;" providerName="System.Data.SqlClient" />
2626
</connectionStrings>
2727
<!--
2828
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.

0 commit comments

Comments
 (0)