Skip to content

Commit

Permalink
Удален лишний connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
inaidanov committed Mar 26, 2024
1 parent 16999ff commit 626e920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</configSections>
<connectionStrings>
<!-- Please set up your own database connection strings before you run integrated tests. -->
<add name="ConnectionStringPostgres" connectionString="SERVER=localhost;User ID=postgres;Password=postgres;Port=5432" />
<add name="ConnectionStringPostgres" connectionString="" />
<add name="ConnectionStringOracle" connectionString="" />
<add name="ConnectionStringMssql" connectionString="" />
<add name="ConnectionStringLocalSqlServer" connectionString="Data Source=(LocalDb)\v11.0;" />
Expand Down

0 comments on commit 626e920

Please sign in to comment.