Skip to content

Commit c1653ee

Browse files
committed
Cleaning up the connectionstring
1 parent 69917a6 commit c1653ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eFormAPI/eFormAPI/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
1111
</configSections>
1212
<connectionStrings>
13-
<add name="eFormMainConnection" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=294_Angular;User Id=sa;Password=aiT1sueh;" providerName="System.Data.SqlClient" />
13+
<add name="eFormMainConnection" connectionString="" providerName="System.Data.SqlClient" />
1414
<add name="eFormVehiclesPnConnection" connectionString="" providerName="System.Data.SqlClient" />
1515
</connectionStrings>
1616
<appSettings>

0 commit comments

Comments
 (0)